Disable runtime hidden API checks in system annotation tests

The system annotation test requires access to hidden methods through
reflection to ensure that the runtime representation and API
specifications are compatible. Enabling the hidden api checks which
prevent hidden methods from being accessed through reflection
prevented those tests from finding potential compatibility issues.

This change disables the hidden api checks to correct that.

At the moment this causes test failures due to issues that have been
introduced since hidden API checks were enabled. Those test failures
will need to be fixed before this can be submitted.

Bug: 171459260
Test: atest CtsSystemApiAnnotationTestCases
Change-Id: Ieddd95d4e37f2f3a0a560a9b76dd4eefc46b6607
1 file changed