diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2018-04-06 14:03:18 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2018-04-06 14:54:39 +0100 |
commit | b0284fb5de8832331a049e44e2ba9f67931013f3 (patch) | |
tree | 32a34a96c50e2aec4e1b411b9763d015d26c5bae /tests/UsbTests | |
parent | ddeaefb546c15f26bf7d4372a0d3e000463c7a5e (diff) |
Exempt tests for hidden APIs.
Bug: 64382372
Bug: 74963051
Test: m
Change-Id: I5234dd6230f2bdd6ffccbf12b25a02d929d20161
Diffstat (limited to 'tests/UsbTests')
-rw-r--r-- | tests/UsbTests/AndroidTest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/UsbTests/AndroidTest.xml b/tests/UsbTests/AndroidTest.xml index 0b623fbf2015..4affad39b4eb 100644 --- a/tests/UsbTests/AndroidTest.xml +++ b/tests/UsbTests/AndroidTest.xml @@ -25,5 +25,6 @@ <test class="com.android.tradefed.testtype.AndroidJUnitTest"> <option name="package" value="com.android.server.usb"/> <option name="runner" value="android.support.test.runner.AndroidJUnitRunner"/> + <option name="hidden-api-checks" value="false"/> </test> -</configuration>
\ No newline at end of file +</configuration> |