diff options
author | Srinu Jella <sjella@codeaurora.org> | 2017-03-22 18:24:17 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-24 20:23:11 +0100 |
commit | 05c6eaf03d164bbc58830f95201956df364b804a (patch) | |
tree | aec11c2e4466e7c5c751c31da156f9375b9586f9 | |
parent | ff62c1e5b2cc2173285f22cec39746402a810cb3 (diff) |
msm8996-common: Nuke btnvtool [2/2]
- Remove bt config address from execution
as it is not required.
CRs-Fixed: 2028675
Change-Id: I4a71f5f1ff682cc3bf7753acc22e0f299d06c344
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | proprietary-files.txt | 1 | ||||
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index 818f6bf..ee3f0df 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -24,7 +24,6 @@ bin/imsqmidaemon bin/dpmd bin/qseecomd bin/energy-awareness -bin/btnvtool bin/xtwifi-inet-agent etc/dpm/dpm.conf etc/dpm/nsrm/NsrmConfiguration.xml diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 37ceb87..5c579cc 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -774,7 +774,6 @@ on property:bluetooth.startbtsnoop=false stop btsnoop on property:vold.decrypt=trigger_restart_framework - start config_bt_addr start config_bluetooth on property:persist.env.fastdorm.enabled=true @@ -832,12 +831,6 @@ service hci_filter_root /system/bin/wcnss_filter group bluetooth diag system disabled -service config_bt_addr /system/bin/btnvtool -O - class core - user bluetooth - group bluetooth radio - oneshot - on property:wc_transport.start_root=true start hci_filter_root |