device_google_zumapro/vendor/vendor_init.te
Kiwon Park 33de53de68 Revert "Add setupwizard_feature_prop as one of properties allowed to be read"
This reverts commit 26efc37a3d.

Reason for revert: Doesn't fix the issues in factory testing

Change-Id: I8c8473f5a9c0cf9c53a95943101976d4b7103580
2024-06-13 17:24:30 +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)
')