Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c6932c6 authored by Yike Zhang's avatar Yike Zhang Committed by Gerrit Code Review
Browse files

Merge "Use `PushFilePreparer` to push files in OverlayDeviceTests"

parents c2bd9f48 320bb523
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <option name="test-suite-tag" value="apct-instrumentation" />

    <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
    <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="remount-system" value="true" />
        <option name="push" value="OverlayDeviceTests.apk->/system/app/OverlayDeviceTests.apk" />