Merge "Use PushFilePreparer to push files in PreloadCheck" am: 6040384899

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2198760

Change-Id: I9d5b6669ea83aa3efbd50d51a3586c19d901a3b6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yike Zhang
2022-09-07 02:59:39 +00:00
committed by Automerger Merge Worker
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