summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Ioffe <ioffe@google.com>2020-06-01 13:09:04 +0100
committerNikita Ioffe <ioffe@google.com>2020-06-01 19:54:17 +0100
commit0ac8af6348a235b564804a2464abd63a69dbc75e (patch)
tree6448322409f9c19dd5f1be39563b4ef3d95a0fa1
parentd0f42aa1a88ecc25e7328d62fe7ecd912187df93 (diff)
downloaddevice_google_car-0ac8af6348a235b564804a2464abd63a69dbc75e.tar.gz
device_google_car-0ac8af6348a235b564804a2464abd63a69dbc75e.tar.bz2
device_google_car-0ac8af6348a235b564804a2464abd63a69dbc75e.zip
Disable userspace reboot
Test: builds Test: build vendor/build.prop Test: grep 'init.userspace_reboot' ${OUT}/vendor/build.prop Bug: 157884323 Change-Id: I2a14be45c14431203e7ea76d47cdf22850849ca6
-rw-r--r--bonito_car/device-common.mk3
-rw-r--r--sargo_car/device-common.mk3
2 files changed, 0 insertions, 6 deletions
diff --git a/bonito_car/device-common.mk b/bonito_car/device-common.mk
index 830de03..471fc0b 100644
--- a/bonito_car/device-common.mk
+++ b/bonito_car/device-common.mk
@@ -27,9 +27,6 @@ PRODUCT_PLATFORM := sdm670
# 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)
-
include device/google/bonito/device-audio-mfg.mk
include device/google/bonito/device.mk
diff --git a/sargo_car/device-common.mk b/sargo_car/device-common.mk
index 830de03..471fc0b 100644
--- a/sargo_car/device-common.mk
+++ b/sargo_car/device-common.mk
@@ -27,9 +27,6 @@ PRODUCT_PLATFORM := sdm670
# 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)
-
include device/google/bonito/device-audio-mfg.mk
include device/google/bonito/device.mk