Move virtual_ab_prop to vendor partition.

These properties are owned by system, but is configurable
in vendor partition.

Test: apply OTA
Bug: 148569015
Change-Id: I24baa981d1f850cd18a3429f6e0a4efd31a8570d
This commit is contained in:
Yifan Hong 2020-01-29 17:28:39 -08:00
parent 28dd9a1d53
commit 5a3105e619
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)