Enable AIDL for V requirement
AVC log in b/281968564#comment208 and go/v-ril-hal-migration
Forrest build result in go/v-ril-hal-migration
Bug: 281968564
Test: telephony function test
Flag: EXEMPT HAL interface change
01d2c24a52
Change-Id: I7ed8d164b90cb035535f27d076f4ed1f2656d623
11 lines
525 B
Text
11 lines
525 B
Text
set_prop(radio, telephony_ril_prop)
|
|
set_prop(radio, telephony_modemtype_prop)
|
|
get_prop(radio, telephony_ntn_demo_mode_prop)
|
|
|
|
allow radio radio_vendor_data_file:dir rw_dir_perms;
|
|
allow radio radio_vendor_data_file:file create_file_perms;
|
|
allow radio vendor_ims_app:udp_socket { getattr read write setopt shutdown };
|
|
allow radio aoc_device:chr_file rw_file_perms;
|
|
allow radio scheduling_policy_service:service_manager find;
|
|
allow radio hal_vendor_radio_external_service:service_manager find;
|
|
binder_call(radio, servicemanager)
|