Merge "Allow imssvc property access for the audio path in PDK build" into main
This commit is contained in:
commit
dc37b510fa
1 changed files with 5 additions and 0 deletions
5
vendor/vendor_init.te
vendored
5
vendor/vendor_init.te
vendored
|
@ -2,3 +2,8 @@
|
|||
set_prop(vendor_init, vendor_usb_config_prop)
|
||||
set_prop(vendor_init, vendor_display_prop)
|
||||
allow vendor_init tee_data_file:lnk_file read;
|
||||
|
||||
# Vendor Ims Service property - Set the audio path for PDK build
|
||||
userdebug_or_eng(`
|
||||
set_prop(vendor_init, vendor_imssvc_prop)
|
||||
')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue