summaryrefslogtreecommitdiff
path: root/packages/Shell/tests
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2018-04-06 14:03:18 +0100
committerNicolas Geoffray <ngeoffray@google.com>2018-04-06 14:54:39 +0100
commitb0284fb5de8832331a049e44e2ba9f67931013f3 (patch)
tree32a34a96c50e2aec4e1b411b9763d015d26c5bae /packages/Shell/tests
parentddeaefb546c15f26bf7d4372a0d3e000463c7a5e (diff)
Exempt tests for hidden APIs.
Bug: 64382372 Bug: 74963051 Test: m Change-Id: I5234dd6230f2bdd6ffccbf12b25a02d929d20161
Diffstat (limited to 'packages/Shell/tests')
-rw-r--r--packages/Shell/tests/AndroidTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Shell/tests/AndroidTest.xml b/packages/Shell/tests/AndroidTest.xml
index bd37712c854c..e592d82bfaf7 100644
--- a/packages/Shell/tests/AndroidTest.xml
+++ b/packages/Shell/tests/AndroidTest.xml
@@ -23,5 +23,6 @@
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="com.android.shell.tests" />
<option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
+ <option name="hidden-api-checks" value="false"/>
</test>
</configuration>