Merge "Allow imssvc property access for the audio path in PDK build" into main

This commit is contained in:
Hwayoung Helen Kim 2024-02-26 01:28:19 +00:00 committed by Android (Google) Code Review
commit 56f032b018
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)
')