commit | b0284fb5de8832331a049e44e2ba9f67931013f3 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Fri Apr 06 14:03:18 2018 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Fri Apr 06 14:54:39 2018 +0100 |
tree | 32a34a96c50e2aec4e1b411b9763d015d26c5bae | |
parent | ddeaefb546c15f26bf7d4372a0d3e000463c7a5e [diff] [blame] |
Exempt tests for hidden APIs. Bug: 64382372 Bug: 74963051 Test: m Change-Id: I5234dd6230f2bdd6ffccbf12b25a02d929d20161
diff --git a/tests/DexLoggerIntegrationTests/AndroidTest.xml b/tests/DexLoggerIntegrationTests/AndroidTest.xml index 8ed19f8..fb1bef6 100644 --- a/tests/DexLoggerIntegrationTests/AndroidTest.xml +++ b/tests/DexLoggerIntegrationTests/AndroidTest.xml
@@ -25,5 +25,6 @@ <test class="com.android.tradefed.testtype.AndroidJUnitTest"> <option name="package" value="com.android.frameworks.dexloggertest"/> <option name="runner" value="android.support.test.runner.AndroidJUnitRunner"/> + <option name="hidden-api-checks" value="false"/> </test> </configuration>