Update default template for suites native tests
Add the default suite tag membership to the native test. Added the default native metric (google benchmark) config (not used yet). Test: build device-tests Bug: 77904876 Change-Id: Ia8174035c410b1ebb25eb9069dc5a291913ef622
This commit is contained in:
parent
65ba0bf59c
commit
d86b37fc2b
|
@ -15,6 +15,8 @@
|
|||
-->
|
||||
<!-- This test config file is auto-generated. -->
|
||||
<configuration description="Runs {MODULE}.">
|
||||
<option name="test-suite-tag" value="apct" />
|
||||
<option name="test-suite-tag" value="apct-native" />
|
||||
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
|
||||
<option name="cleanup" value="true" />
|
||||
<option name="push" value="{MODULE}->/data/local/tmp/{MODULE}" />
|
||||
|
|
Loading…
Reference in New Issue