summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Ioffe <ioffe@google.com>2020-06-01 13:02:40 +0100
committerNikita Ioffe <ioffe@google.com>2020-06-01 19:55:57 +0100
commit6496116e47bacfd6533d177acf24d19bccaf3604 (patch)
treea290b4ea3d5bdb4426196b245a39d7eaea2e3dd7
parent78a4f91c9dcb3c52ca5e66689ec569fa7486b702 (diff)
downloaddevice_google_wahoo-6496116e47bacfd6533d177acf24d19bccaf3604.tar.gz
device_google_wahoo-6496116e47bacfd6533d177acf24d19bccaf3604.tar.bz2
device_google_wahoo-6496116e47bacfd6533d177acf24d19bccaf3604.zip
Disable userspace reboot
Test: builds Test: build vendor/build.prop Test: grep 'init.userspace_reboot' ${OUT}/vendor/build.prop Bug: 157884323 Change-Id: Ib6ff4c7c3dcd9172306cca0eb7615a485153ec29
-rwxr-xr-xdevice.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/device.mk b/device.mk
index 407851ad..e8036abe 100755
--- a/device.mk
+++ b/device.mk
@@ -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