This reverts commit 26efc37a3d
.
Reason for revert: Doesn't fix the issues in factory testing
Change-Id: I8c8473f5a9c0cf9c53a95943101976d4b7103580
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)
|
|
')
|
|
|