From 8e3b05f670597a92579823bbeedf2867bc99fc5a Mon Sep 17 00:00:00 2001 From: Helen Date: Thu, 22 Feb 2024 17:56:03 +0000 Subject: [PATCH] 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 --- caiman/vendor_init.te | 5 +++++ komodo/vendor_init.te | 4 ++++ ripcurrent24/vendor_init.te | 4 ++++ ripcurrentpro/vendor_init.te | 4 ++++ tokay/vendor_init.te | 4 ++++ 5 files changed, 21 insertions(+) create mode 100644 komodo/vendor_init.te create mode 100644 ripcurrent24/vendor_init.te create mode 100644 ripcurrentpro/vendor_init.te create mode 100644 tokay/vendor_init.te diff --git a/caiman/vendor_init.te b/caiman/vendor_init.te index 3f4df0ef..f9105c1c 100644 --- a/caiman/vendor_init.te +++ b/caiman/vendor_init.te @@ -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) +') diff --git a/komodo/vendor_init.te b/komodo/vendor_init.te new file mode 100644 index 00000000..00bc124b --- /dev/null +++ b/komodo/vendor_init.te @@ -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) +') diff --git a/ripcurrent24/vendor_init.te b/ripcurrent24/vendor_init.te new file mode 100644 index 00000000..00bc124b --- /dev/null +++ b/ripcurrent24/vendor_init.te @@ -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) +') diff --git a/ripcurrentpro/vendor_init.te b/ripcurrentpro/vendor_init.te new file mode 100644 index 00000000..00bc124b --- /dev/null +++ b/ripcurrentpro/vendor_init.te @@ -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) +') diff --git a/tokay/vendor_init.te b/tokay/vendor_init.te new file mode 100644 index 00000000..00bc124b --- /dev/null +++ b/tokay/vendor_init.te @@ -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) +')