diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2018-04-06 14:04:52 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2018-04-06 14:04:52 +0100 |
commit | e6d60a3825c96ba3ae91a8fe1d74368143a623fa (patch) | |
tree | 0b37ed8054ff91b7ec7e4ef889fb6f9781ef9d18 | |
parent | dafc81f174519aa709e2ba4127360408d1644905 (diff) |
Exempt wifi tests of hidden APIs.
Bug: 64382372
Bug: 74963051
Test: m
Change-Id: Ifde38d8d2a6af7caf6aca4f8714b037c6d1399c1
-rw-r--r-- | tests/wifitests/AndroidTest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wifitests/AndroidTest.xml b/tests/wifitests/AndroidTest.xml index 9d7b52436..9fea86694 100644 --- a/tests/wifitests/AndroidTest.xml +++ b/tests/wifitests/AndroidTest.xml @@ -23,5 +23,6 @@ <test class="com.android.tradefed.testtype.AndroidJUnitTest" > <option name="package" value="com.android.server.wifi.test" /> <option name="runner" value="com.android.server.wifi.CustomTestRunner" /> + <option name="hidden-api-checks" value="false"/> </test> </configuration> |