diff options
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index dc95d51..5d1e1ae 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -574,6 +574,24 @@ service vendor.ppd /vendor/bin/mm-pp-dpps disabled writepid /dev/cpuset/system-background/tasks +service wcg_mac_tool /vendor/bin/wcg_mac_tool + class late_start + group root + user root + disabled + oneshot + +service wlan-sh /vendor/bin/init.wlan.sh + class late_start + user root + group root + disabled + oneshot + +on property:sys.boot_completed=1 + start wcg_mac_tool + start wlan-sh + on property:init.svc.vendor.hwcomposer-2-1=stopped stop vendor.ppd |