diff options
author | Subbaraman Narayanamurthy <subbaram@codeaurora.org> | 2019-04-30 17:39:56 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2020-01-25 15:07:22 +0100 |
commit | 8c11dd5247312f6401d179e7fa65b733130c60a1 (patch) | |
tree | fcf6d7401762b98c5f0b2ce60676373519a15158 | |
parent | 908a79f21430f71581ce490e20e83bbcf2330f45 (diff) |
msm8996-common: rootdir: Update charger service path and label
charger binary is moved to /system/bin. Also the label got changed
to charger. Update it accordingly.
Change-Id: I78574238f9fc5ec028d10ab866676bfc0cd36370
-rw-r--r-- | rootdir/etc/init.qcom.power.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index 3842ae6..3f4c624 100644 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -179,7 +179,7 @@ on property:sys.boot_completed=1 on property:init.svc.recovery=running trigger enable-low-power -service charger /charger +service charger /system/bin/charger class charger group system graphics - seclabel u:r:healthd:s0 + seclabel u:r:charger:s0 |