Revert "Use test install base template instead of a hardcoded path"
This reverts commit f6a22b6ff74f2971f2deb770c7fea4ad18fc96c2.
Reason for revert: b/350479879
Change-Id: I282719de6579670d382dd5429efe62ab7832cc95
diff --git a/core/rust_device_test_config_template.xml b/core/rust_device_test_config_template.xml
index aacabcb..bfd2f47 100644
--- a/core/rust_device_test_config_template.xml
+++ b/core/rust_device_test_config_template.xml
@@ -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>