Move ApiEvolutionTest to another CTS module
The ApiEvolutionTest confirms that the necessary overloads are on device to enable future API return-type changes. CtsLibcoreTestCases currently disables the hidden-api checks which could prevent future apps from accessing the overloads. The test is being moved to a dedicated CTS module that does not disable hidden-api checks. Bug: 70661641 Test: run cts -m CtsLibcoreApiEvolutionTestCases Merged-In: I77890f33581b927434b5c8951a766c5aa8caf07b Change-Id: I77890f33581b927434b5c8951a766c5aa8caf07b
Loading
Please sign in to comment