device_google_zumapro/vendor/vendor_init.te
Helen 1518455ede 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: I2e2045cde6a4cc5c5ea52b205aea6cb6da18e0b9
2024-02-23 08:45:53 +00:00

9 lines
285 B
Text

# USB property
set_prop(vendor_init, vendor_usb_config_prop)
set_prop(vendor_init, vendor_display_prop)
allow vendor_init tee_data_file:lnk_file read;
# Vendor Ims Service property - Set the audio path for PDK build
userdebug_or_eng(`
set_prop(vendor_init, vendor_imssvc_prop)
')