audio: allow Audio HAL to write the audio vendor property
Bug: 206065000 Test: use test build to check the property Signed-off-by: Carter Hsu <carterhsu@google.com> Change-Id: I0007459fcfd3a4718af9af00de9f54d125627dd2
This commit is contained in:
parent
c61dbcf620
commit
a48fe668fe
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ allow hal_audio_default sysfs_pixelstats:file rw_file_perms;
|
|||
#allow access to DMABUF Heaps for AAudio API
|
||||
allow hal_audio_default dmabuf_heap_device:chr_file r_file_perms;
|
||||
|
||||
get_prop(hal_audio_default, vendor_audio_prop);
|
||||
set_prop(hal_audio_default, vendor_audio_prop);
|
||||
|
||||
hal_client_domain(hal_audio_default, hal_health);
|
||||
hal_client_domain(hal_audio_default, hal_thermal);
|
||||
|
|
|
@ -11,6 +11,7 @@ set_prop(vendor_init, vendor_usb_config_prop)
|
|||
set_prop(vendor_init, vendor_rild_prop)
|
||||
set_prop(vendor_init, logpersistd_logging_prop)
|
||||
set_prop(vendor_init, vendor_logger_prop)
|
||||
set_prop(vendor_init, vendor_audio_prop)
|
||||
|
||||
allow vendor_init proc_dirty:file w_file_perms;
|
||||
allow vendor_init proc_sched:file w_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue