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

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

Change-Id: I04913ce45215927a413bad4828e997ff22ca30b5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yike Zhang
2022-09-07 03:27:34 +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. limitations under the License.
--> -->
<configuration description="Config for PreloadCheck"> <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="cleanup" value="true" />
<option name="push" value="preload-check-device.jar->/data/local/tmp/preload-check-device.jar" /> <option name="push" value="preload-check-device.jar->/data/local/tmp/preload-check-device.jar" />
</target_preparer> </target_preparer>

View File

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