mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: correct charger path
With Android 10, Google introduced SAR (system-as-root), so now /system is rootdir. Charger ignores it, so system will be in /system/system
This commit is contained in:
parent
b0b25241c6
commit
dde4a9b557
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ service adsprpcd /vendor/bin/adsprpcd
|
||||||
user media
|
user media
|
||||||
group media
|
group media
|
||||||
|
|
||||||
service charger /system/bin/charger
|
service charger /system/system/bin/charger
|
||||||
class charger
|
class charger
|
||||||
user system
|
user system
|
||||||
group system graphics input
|
group system graphics input
|
||||||
|
|
Loading…
Reference in a new issue