Merge "Setup a common channel to trunk stable flags in system properties" into main

This commit is contained in:
Dennis Shen 2023-08-16 12:32:56 +00:00 committed by Gerrit Code Review
commit 5fe5b43bb5
5 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,7 @@
device_config_memory_safety_native_prop
device_config_updatable_service
device_config_vendor_system_native_prop
device_config_trunk_stable_flags_prop
devicelock_service
fwk_altitude_service
fwk_camera_service

View file

@ -25,6 +25,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_trunk_stable_flags_prop)
set_prop(flags_health_check, device_config_vendor_system_native_prop)
set_prop(flags_health_check, device_config_vendor_system_native_boot_prop)
set_prop(flags_health_check, device_config_virtualization_framework_native_prop)

View file

@ -2,6 +2,7 @@
system_internal_prop(adbd_prop)
system_internal_prop(apexd_payload_metadata_prop)
system_internal_prop(ctl_snapuserd_prop)
system_internal_prop(device_config_trunk_stable_flags_prop)
system_internal_prop(device_config_core_experiments_team_internal_prop)
system_internal_prop(device_config_lmkd_native_prop)
system_internal_prop(device_config_mglru_native_prop)

View file

@ -269,6 +269,7 @@ persist.device_config.statsd_native_boot. u:object_r:device_config_sta
persist.device_config.storage_native_boot. u:object_r:device_config_storage_native_boot_prop:s0
persist.device_config.surface_flinger_native_boot. u:object_r:device_config_surface_flinger_native_boot_prop:s0
persist.device_config.swcodec_native. u:object_r:device_config_swcodec_native_prop:s0
persist.device_config.trunk_stable_flags. u:object_r:device_config_trunk_stable_flags_prop:s0
persist.device_config.vendor_system_native. u:object_r:device_config_vendor_system_native_prop:s0
persist.device_config.vendor_system_native_boot. u:object_r:device_config_vendor_system_native_boot_prop:s0
persist.device_config.virtualization_framework_native. u:object_r:device_config_virtualization_framework_native_prop:s0

View file

@ -766,6 +766,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_trunk_stable_flags_prop)
set_prop(system_server, device_config_vendor_system_native_prop)
set_prop(system_server, device_config_vendor_system_native_boot_prop)
set_prop(system_server, device_config_virtualization_framework_native_prop)
@ -1334,6 +1335,7 @@ neverallow {
device_config_surface_flinger_native_boot_prop
device_config_sys_traced_prop
device_config_swcodec_native_prop
device_config_trunk_stable_flags_prop
device_config_window_manager_native_boot_prop
}:property_service set;