Add userspace_reboot_config_prop property type
am: 8b570f0c60
Change-Id: If773da3d6cd47d344581387e1632a4afb1594922
This commit is contained in:
commit
6801474288
3 changed files with 3 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
|||
timezonedetector_service
|
||||
usb_serial_device
|
||||
userspace_reboot_prop
|
||||
userspace_reboot_config_prop
|
||||
userspace_reboot_exported_prop
|
||||
vehicle_hal_prop
|
||||
vendor_apex_file
|
||||
|
|
|
@ -18,6 +18,7 @@ system_internal_prop(last_boot_reason_prop)
|
|||
system_internal_prop(netd_stable_secret_prop)
|
||||
system_internal_prop(pm_prop)
|
||||
system_internal_prop(userspace_reboot_prop)
|
||||
system_internal_prop(userspace_reboot_config_prop)
|
||||
|
||||
compatible_property_only(`
|
||||
# DO NOT ADD ANY PROPERTIES HERE
|
||||
|
|
|
@ -398,7 +398,7 @@ wifi.concurrent.interface u:object_r:exported_default_prop:s0 exact string
|
|||
wifi.direct.interface u:object_r:exported_default_prop:s0 exact string
|
||||
wifi.interface u:object_r:exported_default_prop:s0 exact string
|
||||
ro.apex.updatable u:object_r:exported_default_prop:s0 exact bool
|
||||
ro.init.userspace_reboot.is_supported u:object_r:userspace_reboot_prop:s0 exact bool
|
||||
ro.init.userspace_reboot.is_supported u:object_r:userspace_reboot_config_prop:s0 exact bool
|
||||
|
||||
# public-readable
|
||||
ro.boot.revision u:object_r:exported2_default_prop:s0 exact string
|
||||
|
|
Loading…
Reference in a new issue