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:
Helen 2024-02-22 17:56:03 +00:00
parent 3dc01cbd48
commit 8e3b05f670
5 changed files with 21 additions and 0 deletions

View file

@ -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
View 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)
')

View 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)
')

View 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
View 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)
')