Allow imssvc property access for the audio path in PDK build
Bug: 319336100 Test: build and test using the PDK build in live network Change-Id: Ice79bf50c6e453c7f7d51fce30755fa09cedf038
This commit is contained in:
parent
3dc01cbd48
commit
8e3b05f670
5 changed files with 21 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
|||
# Display
|
||||
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