From e87c2fdd92b7c402c0bdb3bfabf158546bca15c4 Mon Sep 17 00:00:00 2001 From: Subbaraman Narayanamurthy Date: Tue, 30 Apr 2019 17:39:56 -0700 Subject: [PATCH] sanders: 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 Signed-off-by: melvinstark3 Signed-off-by: ronaxdevil --- rootdir/etc/init.qcom.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 6d48e8a..eb72ad1 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -487,10 +487,10 @@ on post-fs-data setprop vold.post_fs_data_done 1 -service charger /charger +service charger /system/bin/charger class charger group system graphics - seclabel u:r:healthd:s0 + seclabel u:r:charger:s0 # Allow usb charging to be disabled peristently on property:persist.usb.chgdisabled=1