Skip to content
Snippets Groups Projects
Commit dfac4561 authored by Roman Stratiienko's avatar Roman Stratiienko
Browse files

drm_hwcomposer: Fix build_deploy.sh script


Composer service has to be started again.

Signed-off-by: default avatarRoman Stratiienko <roman.o.stratiienko@globallogic.com>
parent f377ff7b
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,10 @@ mm
adb root && adb remount && adb sync vendor
adb shell stop
adb shell stop vendor.hwcomposer-2-1 || true
adb shell stop vendor.hwcomposer-2-2 || true
adb shell stop vendor.hwcomposer-2-3 || true
adb shell stop vendor.hwcomposer-2-4 || true
adb shell stop vendor.hwcomposer-2-1 && adb shell start vendor.hwcomposer-2-1 || true
adb shell stop vendor.hwcomposer-2-2 && adb shell start vendor.hwcomposer-2-2 || true
adb shell stop vendor.hwcomposer-2-3 && adb shell start vendor.hwcomposer-2-3 || true
adb shell stop vendor.hwcomposer-2-4 && adb shell start vendor.hwcomposer-2-4 || true
[ $HWCLOG -eq "1" ] && adb logcat -c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment