Add optional apct flags to tests to include them into device-tests.zip

Bug: b/238179181
Test: atest mediaroutertest
Change-Id: I0e8dcfbca37f9ec7a7646879651ac2088cf4f882
This commit is contained in:
Alex Dadukin
2022-11-17 17:13:25 +00:00
parent cc6f6e08cc
commit b27cbac757

View File

@@ -6,6 +6,8 @@
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"/>
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer"/>
<option name="test-suite-tag" value="apct"/>
<option name="test-suite-tag" value="apct-instrumentation" />
<option name="test-tag" value="MediaRouterTest"/>
<test class="com.android.tradefed.testtype.AndroidJUnitTest">