Exempt two performance tests from hidden API checks.

Bug: 64382372
Bug: 74963051
Bug: 76162083

Test: m
Change-Id: I50f2c8993cfb8fc7b78dc8c87b2cd8d9ee92d98e
This commit is contained in:
Nicolas Geoffray
2018-04-06 09:20:33 +01:00
parent 8d8a35a90e
commit eff3f44260
2 changed files with 2 additions and 0 deletions

View File

@@ -23,5 +23,6 @@
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="com.android.perftests.core" />
<option name="hidden-api-checks" value="false"/>
</test>
</configuration>

View File

@@ -23,5 +23,6 @@
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="com.android.perftests.multiuser" />
<option name="hidden-api-checks" value="false"/>
</test>
</configuration>