Make suspend_prop system_vendor_config_prop
Bug: 185810834 Test: adb shell getprop suspend.short_suspend_threshold_millis Change-Id: I270057e5f81b220b7168573b516dd102650f11e1
This commit is contained in:
parent
f40c8b67ca
commit
c171a1d9b6
2 changed files with 3 additions and 2 deletions
|
@ -298,7 +298,8 @@ compatible_property_only(`
|
|||
|
||||
neverallow {
|
||||
domain
|
||||
-init
|
||||
-coredomain
|
||||
-vendor_init
|
||||
} {
|
||||
suspend_prop
|
||||
}:property_service set;
|
||||
|
|
|
@ -87,7 +87,6 @@ system_restricted_prop(usb_prop)
|
|||
system_restricted_prop(userspace_reboot_exported_prop)
|
||||
system_restricted_prop(vold_status_prop)
|
||||
system_restricted_prop(vts_status_prop)
|
||||
system_restricted_prop(suspend_prop)
|
||||
|
||||
compatible_property_only(`
|
||||
# DO NOT ADD ANY PROPERTIES HERE
|
||||
|
@ -151,6 +150,7 @@ system_vendor_config_prop(soc_prop)
|
|||
system_vendor_config_prop(storage_config_prop)
|
||||
system_vendor_config_prop(storagemanager_config_prop)
|
||||
system_vendor_config_prop(surfaceflinger_prop)
|
||||
system_vendor_config_prop(suspend_prop)
|
||||
system_vendor_config_prop(systemsound_config_prop)
|
||||
system_vendor_config_prop(telephony_config_prop)
|
||||
system_vendor_config_prop(tombstone_config_prop)
|
||||
|
|
Loading…
Reference in a new issue