Disable userspace reboot

Test: builds
Test: build vendor/build.prop
Test: grep 'init.userspace_reboot' ${OUT}/vendor/build.prop
Bug: 157884323
Bug: 160959550
Merged-In: Ib6ff4c7c3dcd9172306cca0eb7615a485153ec29
Change-Id: Ib6ff4c7c3dcd9172306cca0eb7615a485153ec29
(cherry picked from commit 6496116e47)
This commit is contained in:
Nikita Ioffe
2020-06-01 13:02:40 +01:00
parent cd3efb8d3d
commit 747ec292de

View File

@@ -17,9 +17,6 @@
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Enable userspace reboot
$(call inherit-product, $(SRC_TARGET_DIR)/product/userspace_reboot.mk)
ifneq (,$(filter 27, $(PRODUCT_EXTRA_VNDK_VERSIONS)))
_vndk_test := true
endif