device_google_zumapro/vendor/vendor_init.te
Martin Liu 9127824dd6 move common MM policy to gs common folder
Bug: 332916849
Bug: 309409009
Test: boot
Change-Id: I66e6a70e798937c7a651f9400558c431237b3a9e
Signed-off-by: Martin Liu <liumartin@google.com>
2024-04-18 01:58:21 +00:00

10 lines
286 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)
')