summaryrefslogtreecommitdiff
path: root/init.bullhead.rc
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@google.com>2017-02-15 11:45:10 -0800
committerMyles Watson <mylesgw@google.com>2017-02-15 20:19:44 +0000
commit21d19b6333f7cddba7cbcf2c201b72ce29239f8b (patch)
tree3956207353a558954eb071fd84a1aa6c9269270c /init.bullhead.rc
parentee767baf28d969395e0b0866bede0009fdc8b6c1 (diff)
downloadbullhead-21d19b6333f7cddba7cbcf2c201b72ce29239f8b.tar.gz
bullhead: Update fixed paths for wcnss_filter
The binary was moved from /system/ to /vendor/ Update the hard-coded paths to match. Bug: 35373416 Test: Bluetooth starts on boot ls -laZ /vendor/bin/wcnss_filter shows u:object_r:wcnss_filter_exec:s0 Change-Id: I1577f954aa80a4cd090f2339476fc56919d1e0c9
Diffstat (limited to 'init.bullhead.rc')
-rw-r--r--init.bullhead.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.bullhead.rc b/init.bullhead.rc
index 7ae6eea..bf8757a 100644
--- a/init.bullhead.rc
+++ b/init.bullhead.rc
@@ -273,7 +273,7 @@ service rmt_storage /system/bin/rmt_storage
user root
group system wakelock
-service start_hci_filter /system/bin/wcnss_filter
+service start_hci_filter /vendor/bin/wcnss_filter
class late_start
user bluetooth
group bluetooth system