diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2017-12-17 09:43:57 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-17 09:43:57 +0100 |
commit | 94796aa5531111434d67b242675da5edc30657f1 (patch) | |
tree | 1509c48a3662c2f458153f1048976229f83a0dd4 /rootdir/etc | |
parent | e58ad9219ba8d2b6b90c047048e9772daa673fdd (diff) |
msm8996-common: Remove deprecated colorservice APK and update [2/2]
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir/etc')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 0f6a369..ca5c75e 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -653,7 +653,7 @@ service dtseagleservice /system/bin/dts_eagle_service on property:init.svc.dts_configurator=stopped start dtseagleservice -service ppd /system/vendor/bin/mm-pp-dpps +service ppd /vendor/bin/mm-pp-dpps class late_start user system group system graphics @@ -678,9 +678,9 @@ on property:init.svc.zygote=running on property:init.svc.zygote=restarting stop ppd -service tlocd /system/bin/tloc_daemon - class late_start - user system +service tlocd /system/bin/tloc_daemon + class late_start + user system group drmrpc gps net_raw service readmac /system/vendor/bin/readmac |