From aafeb6cccdbf92b6b03da0d3d9cb42973887f175 Mon Sep 17 00:00:00 2001 From: Subbaraman Narayanamurthy Date: Tue, 30 Apr 2019 17:39:56 -0700 Subject: shinano-common: 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 --- rootdir/etc/init.qcom.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rootdir/etc/init.qcom.rc') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 00325ca..ca20c00 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -466,10 +466,10 @@ service adsprpcd /vendor/bin/adsprpcd group media seclabel u:r:adsprpcd:s0 -service charger /charger +service charger /system/bin/charger class charger group system graphics - seclabel u:r:healthd:s0 + seclabel u:r:charger:s0 # Redefined Service service audioserver /system/bin/audioserver -- cgit v1.2.3