Merge "Allow vendor_init to read device config vendor_system_native properties" into tm-dev

This commit is contained in:
TreeHugger Robot 2022-05-19 02:17:36 +00:00 committed by Android (Google) Code Review
commit 3669484abd
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