summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorNikita Ioffe <ioffe@google.com>2020-01-29 17:23:26 +0000
committerNikita Ioffe <ioffe@google.com>2020-01-29 17:23:26 +0000
commit0966234f6b2a66d16ba8bd161e272947c26508d3 (patch)
tree75fedd1feafc803ab24e4a38bd0994cba24ee398 /device-common.mk
parent7da24023c142b92ea8d9de3b4c547aee0395a17b (diff)
downloadbonito-0966234f6b2a66d16ba8bd161e272947c26508d3.tar.gz
Inherit userspace_reboot.mk
Test: Checked that userspace_reboot.mk is included in device makefiles Bug: 135984674 Change-Id: If910e2a6baf8acaafc8bafdf8193ba7237f66f1a
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk3
1 files changed, 3 insertions, 0 deletions
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