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

Commit f91e377a authored by Pawit Pornkitprasan's avatar Pawit Pornkitprasan Committed by Steve Kondik
Browse files

build: fix dopush for SystemUI

The path for SystemUI has changed in Lollipop

Change-Id: Ib2126f48f6769e5f91d0aa1d44d4049bdbe1deff
parent 45c1431c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2344,7 +2344,7 @@ EOF
                fi
                fi
                adb shell restorecon "$TARGET"
                adb shell restorecon "$TARGET"
            ;;
            ;;
            /system/priv-app/SystemUI.apk|/system/framework/*)
            /system/priv-app/SystemUI/SystemUI.apk|/system/framework/*)
                # Only need to stop services once
                # Only need to stop services once
                if ! $stop_n_start; then
                if ! $stop_n_start; then
                    adb shell stop
                    adb shell stop