Merge "Allow vendor services to access vendor_system_native_prop"
This commit is contained in:
commit
0b25ca45cf
3 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@
|
||||||
(typeattribute new_objects)
|
(typeattribute new_objects)
|
||||||
(typeattributeset new_objects
|
(typeattributeset new_objects
|
||||||
( new_objects
|
( new_objects
|
||||||
|
device_config_vendor_system_native_prop
|
||||||
))
|
))
|
||||||
|
|
|
@ -47,7 +47,6 @@ system_internal_prop(ctl_odsign_prop)
|
||||||
system_internal_prop(virtualizationservice_prop)
|
system_internal_prop(virtualizationservice_prop)
|
||||||
|
|
||||||
# Properties which can't be written outside system
|
# Properties which can't be written outside system
|
||||||
system_restricted_prop(device_config_vendor_system_native_prop)
|
|
||||||
system_restricted_prop(device_config_virtualization_framework_native_prop)
|
system_restricted_prop(device_config_virtualization_framework_native_prop)
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
|
@ -67,6 +67,7 @@ system_restricted_prop(device_config_nnapi_native_prop)
|
||||||
system_restricted_prop(device_config_runtime_native_boot_prop)
|
system_restricted_prop(device_config_runtime_native_boot_prop)
|
||||||
system_restricted_prop(device_config_runtime_native_prop)
|
system_restricted_prop(device_config_runtime_native_prop)
|
||||||
system_restricted_prop(device_config_surface_flinger_native_boot_prop)
|
system_restricted_prop(device_config_surface_flinger_native_boot_prop)
|
||||||
|
system_restricted_prop(device_config_vendor_system_native_prop)
|
||||||
system_restricted_prop(fingerprint_prop)
|
system_restricted_prop(fingerprint_prop)
|
||||||
system_restricted_prop(gwp_asan_prop)
|
system_restricted_prop(gwp_asan_prop)
|
||||||
system_restricted_prop(hal_instrumentation_prop)
|
system_restricted_prop(hal_instrumentation_prop)
|
||||||
|
|
Loading…
Reference in a new issue