Merge "Allow imssvc property access for the audio path in PDK build" into main
This commit is contained in:
commit
56f032b018
5 changed files with 21 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
||||||
# Display
|
# Display
|
||||||
set_prop(vendor_init, vendor_display_prop)
|
set_prop(vendor_init, vendor_display_prop)
|
||||||
|
|
||||||
|
# Vendor Ims Service property - Set the audio path for PDK build
|
||||||
|
userdebug_or_eng(`
|
||||||
|
set_prop(vendor_init, vendor_imssvc_prop)
|
||||||
|
')
|
||||||
|
|
4
komodo/vendor_init.te
Normal file
4
komodo/vendor_init.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Vendor Ims Service property - Set the audio path for PDK build
|
||||||
|
userdebug_or_eng(`
|
||||||
|
set_prop(vendor_init, vendor_imssvc_prop)
|
||||||
|
')
|
4
ripcurrent24/vendor_init.te
Normal file
4
ripcurrent24/vendor_init.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Vendor Ims Service property - Set the audio path for PDK build
|
||||||
|
userdebug_or_eng(`
|
||||||
|
set_prop(vendor_init, vendor_imssvc_prop)
|
||||||
|
')
|
4
ripcurrentpro/vendor_init.te
Normal file
4
ripcurrentpro/vendor_init.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Vendor Ims Service property - Set the audio path for PDK build
|
||||||
|
userdebug_or_eng(`
|
||||||
|
set_prop(vendor_init, vendor_imssvc_prop)
|
||||||
|
')
|
4
tokay/vendor_init.te
Normal file
4
tokay/vendor_init.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# 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