Merge "Use PushFilePreparer to push files in PreloadCheck"

This commit is contained in:
Yike Zhang 2022-09-07 02:18:23 +00:00 committed by Gerrit Code Review
commit 6040384899
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
limitations under the License.
-->
<configuration description="Config for PreloadCheck">
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
<option name="cleanup" value="true" />
<option name="push" value="preload-check-device.jar->/data/local/tmp/preload-check-device.jar" />
</target_preparer>

View File

@ -0,0 +1 @@
include /ZYGOTE_OWNERS