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 /location/tests | |
parent | ddeaefb546c15f26bf7d4372a0d3e000463c7a5e (diff) |
Exempt tests for hidden APIs.
Bug: 64382372
Bug: 74963051
Test: m
Change-Id: I5234dd6230f2bdd6ffccbf12b25a02d929d20161
Diffstat (limited to 'location/tests')
-rw-r--r-- | location/tests/locationtests/AndroidTest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/location/tests/locationtests/AndroidTest.xml b/location/tests/locationtests/AndroidTest.xml index 0c5b7cca5ae5..bb6547bec0f7 100644 --- a/location/tests/locationtests/AndroidTest.xml +++ b/location/tests/locationtests/AndroidTest.xml @@ -23,5 +23,6 @@ <test class="com.android.tradefed.testtype.AndroidJUnitTest" > <option name="package" value="com.android.frameworks.locationtests" /> <option name="runner" value="android.support.test.runner.AndroidJUnitRunner" /> + <option name="hidden-api-checks" value="false"/> </test> </configuration> |