Merge "Allow imssvc property access for the audio path in PDK build" into main

This commit is contained in:
Hwayoung Helen Kim 2024-03-05 06:48:16 +00:00 committed by Android (Google) Code Review
commit dc37b510fa

View file

@ -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)
')