Revert "Reland: "Add userspace_reboot_config_prop property type""
This reverts commit 7b53803b53
.
Reason for revert: breaks build
Exempt-From-Owner-Approval: revert to fix broken build
Change-Id: Ic26ee0a8b0a54b86034970e2b18edf0b5f4ec46f
This commit is contained in:
parent
7b53803b53
commit
2848fa4d8b
3 changed files with 1 additions and 12 deletions
|
@ -56,7 +56,6 @@
|
|||
timezonedetector_service
|
||||
usb_serial_device
|
||||
userspace_reboot_prop
|
||||
userspace_reboot_config_prop
|
||||
userspace_reboot_exported_prop
|
||||
vehicle_hal_prop
|
||||
vendor_apex_file
|
||||
|
|
|
@ -17,9 +17,6 @@ system_internal_prop(init_svc_debug_prop)
|
|||
system_internal_prop(last_boot_reason_prop)
|
||||
system_internal_prop(netd_stable_secret_prop)
|
||||
system_internal_prop(pm_prop)
|
||||
# Read-write properties internal to userspace reboot properties, e.g.:
|
||||
# sys.init.userspace_reboot.last_started
|
||||
# sys.init.userspace_reboot.last_finished
|
||||
system_internal_prop(userspace_reboot_prop)
|
||||
|
||||
compatible_property_only(`
|
||||
|
@ -68,13 +65,6 @@ system_restricted_prop(nnapi_ext_deny_product_prop)
|
|||
system_restricted_prop(restorecon_prop)
|
||||
system_restricted_prop(system_boot_reason_prop)
|
||||
system_restricted_prop(system_jvmti_agent_prop)
|
||||
# Read-only properties that configure behaviour of userspace reboot, e.g:
|
||||
# ro.init.userspace_reboot.is_supported
|
||||
# ro.init.userspace_reboot.watchdog_timeout
|
||||
system_restricted_prop(userspace_reboot_config_prop)
|
||||
# Read-write properties that can be accessed by other native processes to check
|
||||
# if userspace reboot is happening, e.g.:
|
||||
# sys.init.userspace_reboot.in_progress
|
||||
system_restricted_prop(userspace_reboot_exported_prop)
|
||||
|
||||
compatible_property_only(`
|
||||
|
|
|
@ -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_config_prop:s0 exact bool
|
||||
ro.init.userspace_reboot.is_supported u:object_r:userspace_reboot_prop:s0 exact bool
|
||||
|
||||
# public-readable
|
||||
ro.boot.revision u:object_r:exported2_default_prop:s0 exact string
|
||||
|
|
Loading…
Reference in a new issue