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:
committed by
Gerrit Code Review
parent
f6a22b6ff7
commit
fc4ac4873d
@@ -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>
|
||||
|
Reference in New Issue
Block a user