aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2018-04-09 08:57:52 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-04-09 08:57:52 -0700
commit2375281b955fa0735afea87a60faade7117955a1 (patch)
tree3e57528539c0c104bfeb416707d2c62c04f33dcd
parentd0cee290fbd7a2a54259476c6f00878e862ee28a (diff)
parent130f196f3793da6ab0efddcb62554d06aff265c9 (diff)
downloadContactsProvider-2375281b955fa0735afea87a60faade7117955a1.tar.gz
Merge "Exempt tests from hidden API checks." into pi-dev
am: 130f196f37 Change-Id: Ic00b8c15d358959f85f31faeeee2ad2c372fa01c
-rw-r--r--tests/AndroidTest.xml1
-rw-r--r--tests2/AndroidTest.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/AndroidTest.xml b/tests/AndroidTest.xml
index 46e97bc4..3c4a3abc 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.providers.contacts.tests" />
<option name="runner" value="android.test.InstrumentationTestRunner" />
+ <option name="hidden-api-checks" value="false"/>
</test>
</configuration>
diff --git a/tests2/AndroidTest.xml b/tests2/AndroidTest.xml
index 9f541e5d..29fdc83f 100644
--- a/tests2/AndroidTest.xml
+++ b/tests2/AndroidTest.xml
@@ -23,5 +23,6 @@
<test class="com.android.tradefed.testtype.InstrumentationTest" >
<option name="package" value="com.android.providers.contacts.tests2" />
<option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
+ <option name="hidden-api-checks" value="false"/>
</test>
</configuration>