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

Commit c76815c3 authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Android (Google) Code Review
Browse files

Revert "Try uninstalling Maps to get latest version from pStash instead"

This reverts commit 34202ba0.

Reason for revert: The removal cmd doesn't work in the lab (worked locally), and the installation fails as it is unable to override mismatching signature packages: "Error: INSTALL_FAILED_UPDATE_INCOMPATIBLE: Existing package com.google.android.apps.maps signatures do not match newer version; ignoring!' [38151FDHS000BZ felix:felix MAIN]"

Change-Id: Ibb7ea3be9c32d387e5814317643faf4a85156400
parent 34202ba0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@
        <!-- Increase trace size: 20mb for WM and 80mb for SF -->
        <option name="run-command" value="cmd window tracing size 20480"/>
        <option name="run-command" value="su root service call SurfaceFlinger 1029 i32 81920"/>
        <!-- uninstall Maps, so that latest version can be installed from pStash directly -->
        <option name="run-command" value="pm uninstall -k --user 0 com.google.android.apps.maps"/>
    </target_preparer>
    <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
        <option name="test-user-token" value="%TEST_USER%"/>
@@ -71,7 +69,6 @@
        <option name="install-arg" value="-g"/>
        <option name="install-arg" value="-r"/>
        <option name="test-file-name" value="pstash://com.netflix.mediaclient"/>
        <option name="test-file-name" value="pstash://com.google.android.apps.maps"/>
    </target_preparer>

    <!-- Enable mocking GPS location by the test app -->