diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 17:42:22 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 17:42:22 +0530 |
commit | bce9b1523fca13bf8b74128c91ad8398ce1d82d9 (patch) | |
tree | 6c8ac13dab2232522ee2e3b9511cf49aabdf4bb5 /rootdir | |
parent | 85195c694dd02822f5bdc5276b05cb8f8d10f0fb (diff) |
msm8996-common: Move to QTI health AIDL service
Change-Id: Ib575540892c88c3bc1e5e730b2b4c1516d3a758b
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.qcom.power.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index 417a9e1..1bc9277 100644 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -51,7 +51,7 @@ on boot # Enable sched boost write /proc/sys/kernel/sched_boost 1 -on charger +on property:init.svc.vendor.charger=running wait /dev/block/platform/soc/${ro.boot.bootdevice} write /sys/module/lpm_levels/parameters/sleep_disabled "N" |