diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-01-08 15:02:22 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-08 16:41:57 +0100 |
commit | 060d22b3a4df1510d556567156e653c1ce6541ab (patch) | |
tree | 765cc0b88a80b3df8128f524a5bd9afaf2cc2a6c /rootdir | |
parent | a4301913e5d8b4ac5916efaeda1df90f2784b6e0 (diff) |
msm8996: Update DRM and QSEE from LA.UM.6.5.r1-02500-8x96.0 [2/2]
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 755ad48..1fb38c8 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -546,7 +546,7 @@ on property:init.svc.per_mgr=running on property:sys.shutdown.requested=* stop per_proxy -service qseecomd /system/bin/qseecomd +service qseecomd /vendor/bin/qseecomd class core user root group root @@ -930,12 +930,6 @@ service wfdservice /system/bin/wfdservice # removed these because of limit of 12 groups #graphics net_bt net_bt_admin bluetooth -service qseeproxydaemon /system/vendor/bin/qseeproxydaemon - class late_start - user system - group system - writepid /dev/cpuset/system-background/tasks - # Seemp health service service seemp_healthd /system/vendor/bin/seemp_healthd class late_start |