rust: Add EXTRA_CONFIGS to rust test template

Bug: 200602232
Test: Extra configs are in generated config
Change-Id: I4abd822f970747a176a746c00d0fa5246441f331
This commit is contained in:
Ivan Lozano
2021-09-21 12:31:22 -04:00
parent b9306ac477
commit b74088f8b0

View File

@@ -15,6 +15,9 @@
-->
<!-- This test config file is auto-generated. -->
<configuration description="Config to run {MODULE} device tests.">
{EXTRA_CONFIGS}
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
<option name="cleanup" value="true" />
<option name="push" value="{MODULE}->/data/local/tests/unrestricted/{MODULE}" />