Merge "Create new system property type for Factory OTA could write system property"
This commit is contained in:
commit
a75fa8058c
4 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
dynamic_system_prop
|
dynamic_system_prop
|
||||||
face_service
|
face_service
|
||||||
face_vendor_data_file
|
face_vendor_data_file
|
||||||
|
sota_prop
|
||||||
fastbootd
|
fastbootd
|
||||||
flags_health_check
|
flags_health_check
|
||||||
flags_health_check_exec
|
flags_health_check_exec
|
||||||
|
|
|
@ -44,6 +44,7 @@ type dumpstate_options_prop, property_type;
|
||||||
type dumpstate_prop, property_type, core_property_type;
|
type dumpstate_prop, property_type, core_property_type;
|
||||||
type dynamic_system_prop, property_type;
|
type dynamic_system_prop, property_type;
|
||||||
type exported_secure_prop, property_type;
|
type exported_secure_prop, property_type;
|
||||||
|
type sota_prop, property_type;
|
||||||
type ffs_prop, property_type, core_property_type;
|
type ffs_prop, property_type, core_property_type;
|
||||||
type fingerprint_prop, property_type, core_property_type;
|
type fingerprint_prop, property_type, core_property_type;
|
||||||
type firstboot_prop, property_type;
|
type firstboot_prop, property_type;
|
||||||
|
@ -412,6 +413,7 @@ compatible_property_only(`
|
||||||
-exported_vold_prop
|
-exported_vold_prop
|
||||||
-exported_wifi_prop
|
-exported_wifi_prop
|
||||||
-extended_core_property_type
|
-extended_core_property_type
|
||||||
|
-sota_prop
|
||||||
-ffs_prop
|
-ffs_prop
|
||||||
-fingerprint_prop
|
-fingerprint_prop
|
||||||
-firstboot_prop
|
-firstboot_prop
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
dynamic_system_prop
|
dynamic_system_prop
|
||||||
face_service
|
face_service
|
||||||
face_vendor_data_file
|
face_vendor_data_file
|
||||||
|
sota_prop
|
||||||
fastbootd
|
fastbootd
|
||||||
flags_health_check
|
flags_health_check
|
||||||
flags_health_check_exec
|
flags_health_check_exec
|
||||||
|
|
|
@ -128,6 +128,7 @@ system_public_prop(exported_pm_prop)
|
||||||
system_public_prop(exported_radio_prop)
|
system_public_prop(exported_radio_prop)
|
||||||
system_public_prop(exported_system_radio_prop)
|
system_public_prop(exported_system_radio_prop)
|
||||||
system_public_prop(exported_wifi_prop)
|
system_public_prop(exported_wifi_prop)
|
||||||
|
system_public_prop(sota_prop)
|
||||||
system_public_prop(hwservicemanager_prop)
|
system_public_prop(hwservicemanager_prop)
|
||||||
system_public_prop(logd_prop)
|
system_public_prop(logd_prop)
|
||||||
system_public_prop(logpersistd_logging_prop)
|
system_public_prop(logpersistd_logging_prop)
|
||||||
|
@ -597,6 +598,7 @@ compatible_property_only(`
|
||||||
-exported_vold_prop
|
-exported_vold_prop
|
||||||
-exported_wifi_prop
|
-exported_wifi_prop
|
||||||
-extended_core_property_type
|
-extended_core_property_type
|
||||||
|
-sota_prop
|
||||||
-ffs_prop
|
-ffs_prop
|
||||||
-fingerprint_prop
|
-fingerprint_prop
|
||||||
-firstboot_prop
|
-firstboot_prop
|
||||||
|
|
Loading…
Reference in a new issue