Bug: 332916849 Bug: 309409009 Test: boot Change-Id: I66e6a70e798937c7a651f9400558c431237b3a9e Signed-off-by: Martin Liu <liumartin@google.com>
10 lines
286 B
Text
10 lines
286 B
Text
# USB property
|
|
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)
|
|
')
|
|
|