diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 02:13:53 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 02:14:27 +0100 |
commit | 5d6afff28bd6b64109fc69dc637ce1e249385714 (patch) | |
tree | 4a55c11bcf09b7c79d3c488110cdca0acbf034e4 | |
parent | f39082c259630939f16ae5a554384a1415535f29 (diff) |
msm8996-common: wcnss_filter: /system/bin -> /vendor/bin.
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index e551463..ecbd951 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -703,7 +703,7 @@ on property:wc_transport.start_hci=true on property:wc_transport.start_hci=false stop start_hci_filter -service start_hci_filter /system/bin/wcnss_filter +service start_hci_filter /vendor/bin/wcnss_filter class late_start user bluetooth group bluetooth diag system wakelock @@ -716,7 +716,7 @@ on property:wc_transport.start_root=true on property:wc_transport.start_root=false stop hci_filter_root -service hci_filter_root /system/bin/wcnss_filter +service hci_filter_root /vendor/bin/wcnss_filter class late_start user bluetooth group bluetooth diag system @@ -728,7 +728,7 @@ on property:wc_transport.start_root=true on property:wc_transport.start_root=false stop hci_filter_root -service hci_filter_root /system/bin/wcnss_filter +service hci_filter_root /vendor/bin/wcnss_filter class late_start user bluetooth group bluetooth diag system |