From a27f8c4480c67afb8f58faad50805959cd875bab Mon Sep 17 00:00:00 2001 From: Labib Date: Fri, 7 May 2021 09:20:02 +0800 Subject: [PATCH] Allow radioext to communicate with bt hal Bug: 187447420 Change-Id: I1a1626502a6c3913846b957c3c0a31fdd99feb31 --- whitechapel/vendor/google/hal_radioext_default.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/whitechapel/vendor/google/hal_radioext_default.te b/whitechapel/vendor/google/hal_radioext_default.te index a5344993..eef71cf6 100644 --- a/whitechapel/vendor/google/hal_radioext_default.te +++ b/whitechapel/vendor/google/hal_radioext_default.te @@ -7,6 +7,7 @@ get_prop(hal_radioext_default, hwservicemanager_prop) add_hwservice(hal_radioext_default, hal_radioext_hwservice) binder_call(hal_radioext_default, grilservice_app) +binder_call(hal_radioext_default, hal_bluetooth_btlinux) # RW /dev/oem_ipc0 allow hal_radioext_default radio_device:chr_file rw_file_perms; @@ -17,4 +18,4 @@ allow hal_radioext_default radio_vendor_data_file:file create_file_perms; allow hal_radioext_default sysfs_display:file rw_file_perms; # Bluetooth -allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find; \ No newline at end of file +allow hal_radioext_default hal_bluetooth_coexistence_hwservice:hwservice_manager find;