diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-05-15 23:15:09 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-05-16 14:36:53 +0200 |
commit | 6df37ecfba588b61bf873ffe933034fb6da5368c (patch) | |
tree | 4cec326038a9a83346e5530caa8eb04cb7d57fee /sepolicy/hal_bluetooth_qti.te | |
parent | 544f72589efed0d251f54377269d5ab43da8ca88 (diff) |
msm8996-common: Remove wcg_mac_tool
* Turns out we don't actually need to use this as /proc/mac_wifi and mac_bt can turn into normal mac address values just with hex dumping
* Remove bt_mac_prop as we can just set the mac path in vendor_prop.mk
Change-Id: I23665cdd5d39d5e090694cff5a63f55ecb9ea334
Diffstat (limited to 'sepolicy/hal_bluetooth_qti.te')
-rw-r--r-- | sepolicy/hal_bluetooth_qti.te | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sepolicy/hal_bluetooth_qti.te b/sepolicy/hal_bluetooth_qti.te index ebed0fb..429585f 100644 --- a/sepolicy/hal_bluetooth_qti.te +++ b/sepolicy/hal_bluetooth_qti.te @@ -1,3 +1 @@ allow hal_bluetooth_qti sysfs_bluetooth_writable:file rw_file_perms; - -get_prop(hal_bluetooth_qti, bt_mac_prop) |