Allow control of AVF experiments
Grant system_server and flags_health_check permission to set the properties that correspond to the AVF experiments. Bug: 192819132 Test: m Change-Id: I0e6fa73187abb4412d07ecfd42c1074b8afa5346
This commit is contained in:
parent
d43e99bed1
commit
d7bed7733e
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ set_prop(flags_health_check, device_config_window_manager_native_boot_prop)
|
|||
set_prop(flags_health_check, device_config_configuration_prop)
|
||||
set_prop(flags_health_check, device_config_connectivity_prop)
|
||||
set_prop(flags_health_check, device_config_surface_flinger_native_boot_prop)
|
||||
set_prop(flags_health_check, device_config_virtualization_framework_native_prop)
|
||||
|
||||
# system property device_config_boot_count_prop is used for deciding when to perform server
|
||||
# configurable flags related disaster recovery. Mistakenly set up by unrelated components can, at a
|
||||
|
|
|
@ -712,6 +712,7 @@ set_prop(system_server, device_config_window_manager_native_boot_prop)
|
|||
set_prop(system_server, device_config_configuration_prop)
|
||||
set_prop(system_server, device_config_connectivity_prop)
|
||||
set_prop(system_server, device_config_surface_flinger_native_boot_prop)
|
||||
set_prop(system_server, device_config_virtualization_framework_native_prop)
|
||||
|
||||
# Allow query ART device config properties
|
||||
get_prop(system_server, device_config_runtime_native_boot_prop)
|
||||
|
|
Loading…
Reference in a new issue