Merge "Allow radio to find and invoke Audio HAL for updating the network info during improved WiFi calling" into udc-dev

This commit is contained in:
Jayachandran C 2023-03-16 19:51:49 +00:00 committed by Android (Google) Code Review
commit 3cda1dd51b

View file

@ -2,3 +2,5 @@ allow radio radio_vendor_data_file:dir rw_dir_perms;
allow radio radio_vendor_data_file:file create_file_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 vendor_ims_app:udp_socket { getattr read write setopt shutdown };
allow radio aoc_device:chr_file rw_file_perms; allow radio aoc_device:chr_file rw_file_perms;
allow radio hal_audio_ext_hwservice:hwservice_manager find;
binder_call(radio, hal_audio_default)