summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2018-04-06 14:49:51 +0100
committerNicolas Geoffray <ngeoffray@google.com>2018-04-06 14:49:51 +0100
commitb84e0c26b5846c42b5a767c7570033ef185c63c7 (patch)
tree5f761a2e36b797f248f793893924c2c5318d8323
parente139f004fed17bd33ea4dbc2a9361176ec50bd19 (diff)
downloadandroid_packages_apps_CarrierConfig-b84e0c26b5846c42b5a767c7570033ef185c63c7.tar.gz
android_packages_apps_CarrierConfig-b84e0c26b5846c42b5a767c7570033ef185c63c7.tar.bz2
android_packages_apps_CarrierConfig-b84e0c26b5846c42b5a767c7570033ef185c63c7.zip
Exempt tests from hidden API checks.
Bug: 64382372 Bug: 74963051 Test: m Change-Id: Ifd8d1124fdbdb1d3b937f4f729ced3a43522ecd6
-rw-r--r--tests/AndroidTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/AndroidTest.xml b/tests/AndroidTest.xml
index 8fe9593..1b4eb65 100644
--- a/tests/AndroidTest.xml
+++ b/tests/AndroidTest.xml
@@ -23,5 +23,6 @@
<test class="com.android.tradefed.testtype.InstrumentationTest" >
<option name="package" value="com.android.carrierconfig.tests" />
<option name="runner" value="android.test.InstrumentationTestRunner" />
+ <option name="hidden-api-checks" value="false"/>
</test>
</configuration>