Merge "Revert^2 "Allow vendor_init to set setupwizard prop"" into 24D1-dev

This commit is contained in:
Kiwon Park 2024-06-15 00:24:49 +00:00 committed by Android (Google) Code Review
commit 1599ea8a9a
6 changed files with 15 additions and 0 deletions

View file

@ -1,2 +1,6 @@
# sepolicy exclusively for comet.
BOARD_SEPOLICY_DIRS += device/google/comet-sepolicy/vendor
# system_ext
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/comet-sepolicy/system_ext/public
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/comet-sepolicy/system_ext/private

View file

@ -0,0 +1,2 @@
# Allow to read setupwizard_feature_prop
get_prop(gmscore_app, setupwizard_feature_prop)

View file

@ -0,0 +1,2 @@
# Allow to read setupwizard_feature_prop
get_prop(priv_app, setupwizard_feature_prop)

View file

@ -0,0 +1,2 @@
# setupwizard
setupwizard.feature.provisioning_profile_mode u:object_r:setupwizard_feature_prop:s0

View file

@ -0,0 +1,2 @@
# setupwizard
system_public_prop(setupwizard_feature_prop)

View file

@ -1,2 +1,5 @@
# Camera vendor property
set_prop(vendor_init, vendor_camera_debug_prop)
# setupwizard
set_prop(vendor_init, setupwizard_feature_prop)