From 0966234f6b2a66d16ba8bd161e272947c26508d3 Mon Sep 17 00:00:00 2001 From: Nikita Ioffe Date: Wed, 29 Jan 2020 17:23:26 +0000 Subject: Inherit userspace_reboot.mk Test: Checked that userspace_reboot.mk is included in device makefiles Bug: 135984674 Change-Id: If910e2a6baf8acaafc8bafdf8193ba7237f66f1a --- device-common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-common.mk b/device-common.mk index 80406bd4..55f3b0ae 100644 --- a/device-common.mk +++ b/device-common.mk @@ -24,6 +24,9 @@ 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 -- cgit v1.2.3