Merge "Allow vendor_init to read device config vendor_system_native properties"

This commit is contained in:
Treehugger Robot 2022-05-19 08:05:16 +00:00 committed by Gerrit Code Review
commit 1fa1ef4e0d
2 changed files with 4 additions and 0 deletions

View file

@ -272,6 +272,8 @@ get_prop(vendor_init, test_harness_prop)
get_prop(vendor_init, theme_prop)
set_prop(vendor_init, dck_prop)
# Allow vendor_init to read vendor_system_native device config changes
get_prop(vendor_init, device_config_vendor_system_native_prop)
###
### neverallow rules

View file

@ -272,6 +272,8 @@ get_prop(vendor_init, test_harness_prop)
get_prop(vendor_init, theme_prop)
set_prop(vendor_init, dck_prop)
# Allow vendor_init to read vendor_system_native device config changes
get_prop(vendor_init, device_config_vendor_system_native_prop)
###
### neverallow rules