sdm660-common: make powerhal starts handling powerhint after
boot_complete some sysfs node may not be ready before boot_complete: e.g. we are delaying bw_hwmon in favor of boot time Bug: 80321544 Test: Boot and check powerhint handling Change-Id: I8d2cfa332d9cf9fbafdfa3f48ffff4105c6bcaae Signed-off-by: ImPrashantt <prashant33968@gmail.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
8c51bf6479
commit
922a254885
1 changed files with 4 additions and 0 deletions
|
@ -493,6 +493,10 @@ service ppd /system/vendor/bin/mm-pp-dpps
|
|||
socket pps stream 0660 system system
|
||||
disabled
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
# Enable PowerHAL hint processing
|
||||
setprop vendor.powerhal.init 1
|
||||
|
||||
on property:init.svc.surfaceflinger=stopped
|
||||
stop ppd
|
||||
|
||||
|
|
Loading…
Reference in a new issue