Remove binder rules for rild to communicate with audioserver.

Test: Basicy telephony sanity
Bug: 36565056
Change-Id: Ie315ca7b23d0ab64773de1d850b9b412d84b2557
This commit is contained in:
Amit Mahajan
2017-06-19 14:38:16 -07:00
parent 69bdf39fd5
commit 4ccd3d226f
2 changed files with 0 additions and 7 deletions

View File

@@ -4,5 +4,3 @@ allow audioserver perfd_socket:sock_file write;
allow audioserver sysfs_soc:file r_file_perms;
allow audioserver sysfs_soc:dir search;
binder_call(audioserver, rild)

View File

@@ -1,8 +1,4 @@
# TODO(b/36565056, b/36651714): Remove this once rild stops using Binder
typeattribute rild binder_in_vendor_violators;
binder_use(rild)
binder_call(rild, per_mgr)
binder_call(rild, audioserver)
vndbinder_use(rild)
@@ -15,7 +11,6 @@ unix_socket_connect(rild, netmgrd, netmgrd)
allow rild vendor_file:file { execute_no_trans lock };
allow rild per_mgr_service:service_manager find;
allow rild audioserver_service:service_manager find;
add_hwservice(rild, vnd_ims_radio_hwservice)
add_hwservice(rild, vnd_qcrilhook_hwservice)