diff options
author | Pavan Kumar M <rpavan@codeaurora.org> | 2019-03-15 19:21:56 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | e8149bee1fa9046eb9134e2cf396d876f2630821 (patch) | |
tree | 61b2eeaa3709d140bfc8cf6cbb8bceb524e08646 /rootdir | |
parent | c7d6aae5e3d49bf72eab68b167dc3488a5a2ebc3 (diff) |
sdm660-common: FR 53051: Self Contained Module
Desc: Remove cnd, dpmQmiMgr daemon
Change-Id: I741a951bf71f72db009ddde94991aa876705b99a
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 69851dd..168f6e0 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -558,16 +558,6 @@ on property:vold.decrypt=trigger_restart_framework on property:persist.env.fastdorm.enabled=true setprop persist.radio.data_no_toggle 1 -service vendor.cnd /system/vendor/bin/cnd - class main - user system - group system wifi inet radio wakelock net_admin - -service dpmQmiMgr /system/vendor/bin/dpmQmiMgr - class main - user system - group system - service vendor.qrtr-ns /vendor/bin/qrtr-ns -f class core user vendor_qrtr |