sdm660-common: init: Attach mm-pp-dpps process with hwcomposer-2-1
Detach mm-pp-dpps process (ppd service) with SF and Zygote and tie with hwcomposer-2-1. Change-Id: Ice597126666e3368913acbd80149290e3c8005a4
This commit is contained in:
parent
c339de8739
commit
44e2dc0c85
1 changed files with 3 additions and 12 deletions
|
@ -298,22 +298,13 @@ service vendor.ppd /system/vendor/bin/mm-pp-dpps
|
|||
socket pps stream 0660 system system
|
||||
disabled
|
||||
|
||||
on property:init.svc.surfaceflinger=stopped
|
||||
on property:init.svc.hwcomposer-2-1=stopped
|
||||
stop vendor.ppd
|
||||
|
||||
on property:init.svc.surfaceflinger=running
|
||||
on property:init.svc.hwcomposer-2-1=running
|
||||
start vendor.ppd
|
||||
|
||||
on property:init.svc.surfaceflinger=restarting
|
||||
stop vendor.ppd
|
||||
|
||||
on property:init.svc.zygote=stopped
|
||||
stop vendor.ppd
|
||||
|
||||
on property:init.svc.zygote=running
|
||||
start vendor.ppd
|
||||
|
||||
on property:init.svc.zygote=restarting
|
||||
on property:init.svc.hwcomposer-2-1=restarting
|
||||
stop vendor.ppd
|
||||
|
||||
on charger
|
||||
|
|
Loading…
Reference in a new issue