summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2018-04-06 14:42:55 +0100
committerNicolas Geoffray <ngeoffray@google.com>2018-04-06 14:42:55 +0100
commit5b337893375f30259e30e9dade8006cb0d3aad12 (patch)
tree0c165842153707e72e09b02def25cce8bb827179 /tests
parent82e75ccd0dbf44b110c0ced77fc318678a8532a0 (diff)
downloadCalendarProvider-5b337893375f30259e30e9dade8006cb0d3aad12.tar.gz
Exempt tests from hidden API checks.
Bug: 64382372 Bug: 74963051 Test: m Change-Id: Ie976b85e2d78cde02c3340ce93e8bb40e69d2d54
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/AndroidTest.xml b/tests/AndroidTest.xml
index eddab0b..0b63420 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.calendar.tests" />
<option name="runner" value="android.test.InstrumentationTestRunner" />
+ <option name="hidden-api-checks" value="false"/>
</test>
</configuration>