Make init.userspace_reboot.is_supported a rw property
General recommendation is to avoid read-only properties, and instead control
"read-onlines" by only allowing init/vendor_init to set the property.
Since ro.init.userspace_reboot.is_supported was added in this release, and
nobody outside of the platform is querying it directly, it should be fine to
simply rename it.
Test: adb shell getprop init.userspace_reboot.is_supported
Test: atest CtsUserspaceRebootHostSideTestCases
Test: atest apex_rollback_tests
Bug: 152803929
Change-Id: I6d65e474df7066fc5613842ebb8fac248cf4c785
Merged-In: I6d65e474df7066fc5613842ebb8fac248cf4c785
(cherry picked from commit 4ef067cdc65b1a1c4f40a6b31841f94d0ebab508)
1 file changed