Support AIDL based radio HALs
Enable AIDL for V requirement AVC log in b/281968564#comment208 and go/v-ril-hal-migration Bug: 281968564 Test: telephony function test Flag: EXEMPT HAL interface change Change-Id: I9c1e9aecd8a9704fc290bdb3f66dc94d9e2e5073
This commit is contained in:
parent
21f38c7d0d
commit
d44c33ec48
1 changed files with 2 additions and 0 deletions
|
@ -5,7 +5,9 @@ init_daemon_domain(gnssd);
|
|||
# Allow gnssd to access rild
|
||||
binder_call(gnssd, rild);
|
||||
binder_call(gnssd, hwservicemanager)
|
||||
binder_call(gnssd, servicemanager)
|
||||
allow gnssd hal_exynos_rild_hwservice:hwservice_manager find;
|
||||
allow gnssd hal_vendor_radio_external_service:service_manager find;
|
||||
allow gnssd radio_device:chr_file rw_file_perms;
|
||||
|
||||
# Allow gnssd to acess gnss device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue