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

Commit a50f8e9a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable verifying apk installed from adb"

parents 222053f3 660c5eee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    <target_preparer class="com.android.tradefed.targetprep.DeviceSetup">
        <!-- Disable package verifier prevents it holding the target APK's fd that prevents cache
             eviction. -->
        <option name="set-global-setting" key="package_verifier_enable" value="0" />
        <option name="set-global-setting" key="verifier_verify_adb_installs" value="0" />
        <option name="restore-settings" value="true" />

        <!-- Skip in order to prevent reboot that confuses the test flow. -->