Revert "Use test install base template instead of a hardcoded path"

This reverts commit f6a22b6ff7.

Reason for revert: b/350479879

Change-Id: I282719de6579670d382dd5429efe62ab7832cc95
This commit is contained in:
Nikita Putikhin
2024-07-01 15:31:21 +00:00
committed by Gerrit Code Review
parent f6a22b6ff7
commit fc4ac4873d

View File

@@ -20,11 +20,11 @@
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
<option name="cleanup" value="true" />
<option name="push" value="{MODULE}->{TEST_INSTALL_BASE}/{MODULE}" />
<option name="push" value="{MODULE}->/data/local/tmp/{MODULE}" />
</target_preparer>
<test class="com.android.tradefed.testtype.rust.RustBinaryTest" >
<option name="test-device-path" value="{TEST_INSTALL_BASE}" />
<option name="test-device-path" value="/data/local/tmp" />
<option name="module-name" value="{MODULE}" />
</test>
</configuration>