Skip to content
Snippets Groups Projects
Commit 7d63911a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "add extended_core_property_type"

parents 77c44fc4 d8ae0071
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,11 @@ attribute core_property_type; ...@@ -77,6 +77,11 @@ attribute core_property_type;
# All properties used to configure log filtering. # All properties used to configure log filtering.
attribute log_property_type; attribute log_property_type;
# All properties that are not specific to device but are added from
# outside of AOSP. (e.g. OEM-specific properties)
# These properties are not accessible from device-specific domains
attribute extended_core_property_type;
# All service_manager types created by system_server # All service_manager types created by system_server
attribute system_server_service; attribute system_server_service;
......
...@@ -160,6 +160,7 @@ compatible_property_only(` ...@@ -160,6 +160,7 @@ compatible_property_only(`
-vendor_init -vendor_init
} { } {
core_property_type core_property_type
extended_core_property_type
exported_config_prop exported_config_prop
exported_dalvik_prop exported_dalvik_prop
exported_default_prop exported_default_prop
...@@ -256,6 +257,7 @@ compatible_property_only(` ...@@ -256,6 +257,7 @@ compatible_property_only(`
-vendor_init -vendor_init
} { } {
core_property_type core_property_type
extended_core_property_type
exported_dalvik_prop exported_dalvik_prop
exported_ffs_prop exported_ffs_prop
exported_system_radio_prop exported_system_radio_prop
...@@ -369,6 +371,7 @@ compatible_property_only(` ...@@ -369,6 +371,7 @@ compatible_property_only(`
-exported_system_radio_prop -exported_system_radio_prop
-exported_vold_prop -exported_vold_prop
-exported_wifi_prop -exported_wifi_prop
-extended_core_property_type
-ffs_prop -ffs_prop
-fingerprint_prop -fingerprint_prop
-firstboot_prop -firstboot_prop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment