Merge "audio: allow the default setting of the audio persistent property"

This commit is contained in:
Carter Hsu 2023-02-09 01:58:16 +00:00 committed by Android (Google) Code Review
commit f60b740692

View file

@ -8,3 +8,6 @@ set_prop(vendor_init, logpersistd_logging_prop)
allow vendor_init proc_dirty:file w_file_perms; allow vendor_init proc_dirty:file w_file_perms;
allow vendor_init proc_sched:file w_file_perms; allow vendor_init proc_sched:file w_file_perms;
allow vendor_init modem_img_file:filesystem { getattr }; allow vendor_init modem_img_file:filesystem { getattr };
# Audio property
set_prop(vendor_init, vendor_audio_prop)