Allow imssvc property access for the audio path in PDK build
Bug: 319336100 Test: build and test using the PDK build in live network Change-Id: I2e2045cde6a4cc5c5ea52b205aea6cb6da18e0b9
This commit is contained in:
parent
4f275afd4e
commit
1518455ede
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