Bug: 319336100 Test: build and test using the PDK build in live network Change-Id: I2e2045cde6a4cc5c5ea52b205aea6cb6da18e0b9
9 lines
285 B
Text
9 lines
285 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)
|
|
')
|