Enable userspace reboot for walley and taimen

am: 931bb56198

Change-Id: I70ff44a5a688620a55412586b8c9e24fd4c57a74
This commit is contained in:
Nikita Ioffe
2020-01-13 09:33:32 -08:00
committed by android-build-merger

View File

@@ -17,6 +17,9 @@
# 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