Merge "Move virtual_ab_prop to vendor partition."

This commit is contained in:
Yifan Hong 2020-02-05 17:57:08 +00:00 committed by Gerrit Code Review
commit 54411b5e3c
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,6 @@ compatible_property_only(`
system_internal_prop(time_prop)
system_internal_prop(traced_enabled_prop)
system_internal_prop(traced_lazy_prop)
system_internal_prop(virtual_ab_prop)
')
# Properties which can't be written outside system
@ -151,6 +150,7 @@ system_public_prop(system_prop)
system_public_prop(userspace_reboot_config_prop)
system_public_prop(vehicle_hal_prop)
system_public_prop(vendor_security_patch_level_prop)
system_public_prop(virtual_ab_prop)
system_public_prop(vndk_prop)
system_public_prop(wifi_log_prop)
system_public_prop(wifi_prop)
@ -196,7 +196,6 @@ not_compatible_property(`
system_public_prop(time_prop)
system_public_prop(traced_enabled_prop)
system_public_prop(traced_lazy_prop)
system_public_prop(virtual_ab_prop)
system_public_prop(config_prop)
system_public_prop(cppreopt_prop)

View File

@ -238,6 +238,7 @@ set_prop(vendor_init, vehicle_hal_prop)
set_prop(vendor_init, vendor_default_prop)
set_prop(vendor_init, vendor_security_patch_level_prop)
set_prop(vendor_init, vndk_prop)
set_prop(vendor_init, virtual_ab_prop)
set_prop(vendor_init, wifi_log_prop)
get_prop(vendor_init, exported2_radio_prop)