Allow radioext to communicate with bt hal

Bug: 187447420
Change-Id: I1a1626502a6c3913846b957c3c0a31fdd99feb31
This commit is contained in:
Labib 2021-05-07 09:20:02 +08:00
parent be17ec14cc
commit a27f8c4480

View file

@ -7,6 +7,7 @@ get_prop(hal_radioext_default, hwservicemanager_prop)
add_hwservice(hal_radioext_default, hal_radioext_hwservice) add_hwservice(hal_radioext_default, hal_radioext_hwservice)
binder_call(hal_radioext_default, grilservice_app) binder_call(hal_radioext_default, grilservice_app)
binder_call(hal_radioext_default, hal_bluetooth_btlinux)
# RW /dev/oem_ipc0 # RW /dev/oem_ipc0
allow hal_radioext_default radio_device:chr_file rw_file_perms; allow hal_radioext_default radio_device:chr_file rw_file_perms;