Disable userspace reboot

Test: builds
Test: build vendor/build.prop
Test: grep 'init.userspace_reboot' ${OUT}/vendor/build.prop
Bug: 157884323
Change-Id: Ib6ff4c7c3dcd9172306cca0eb7615a485153ec29
This commit is contained in:
Nikita Ioffe
2020-06-01 13:02:40 +01:00
parent 78a4f91c9d
commit 6496116e47

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