summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2019-05-18 21:34:13 +0900
committerAnton Hansson <hansson@google.com>2019-07-02 13:43:44 +0000
commitdd1de72b5d5a8cb74ea308006dac1fdf54caedfa (patch)
tree542c5b94c8b463870dc705851105c288e5ecc5c6 /device-common.mk
parenteb1328c4c798e4c7c26c3b23b2d45592f5b84274 (diff)
downloadbonito-dd1de72b5d5a8cb74ea308006dac1fdf54caedfa.tar.gz
Bonito/Sargo supports updatable APEX
Before, updatable_apex.mk was inherited indirectly from mainline_system.mk. Since mainline_system.mk no longer inherits updatable_apex.mk, updatable_apex.mk is inherited directly from device-specific mk file. Bug: 132664085 Test: choosecombo to bonito and sargo; get_build_var TARGET_FLATTEN_APEX shows false Change-Id: I0a0923da157ec87bd139883e14a948466a134554 Merged-In: I0a0923da157ec87bd139883e14a948466a134554 (cherry picked from commit 38b571e78693f7cc7703ddb8a592ae3ca0bdd32b)
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 2ff1ccf3..12e9441a 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -21,6 +21,9 @@ LOCAL_PATH := device/google/bonito
# define hardware platform
PRODUCT_PLATFORM := sdm670
+# Enable updating of APEXes
+$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
+
include device/google/bonito/device-audio-mfg.mk
include device/google/bonito/device.mk