diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-26 22:30:30 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-26 22:30:30 +0100 |
commit | 79b6a199c986e91a16e339eecfc396d72e9dc6de (patch) | |
tree | 36b57366f688469fc437f94212bfe259789bc058 | |
parent | 8184e6b76a894b7de3899b730f4d85aeb4e9eb90 (diff) |
msm8996-common: Remove wfdservice.
* Qualcomm Wifi Direct, as far as I know, but we dont ship its blob.
-rw-r--r-- | rootdir/etc/init.qcom.rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index f413864..75a1125 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -818,13 +818,6 @@ service msm_irqbalance /vendor/bin/msm_irqbalance -f /vendor/etc/msm_irqbalance. disabled writepid /dev/cpuset/system-background/tasks -service wfdservice /system/bin/wfdservice - class main - user system - group audio camera inet net_bt_stack drmrpc media_rw media input net_admin - # removed these because of limit of 12 groups - #graphics net_bt net_bt_admin bluetooth - # Seemp health service service seemp_healthd /vendor/bin/seemp_healthd class late_start |