summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPat Tjin <pattjin@google.com>2021-02-02 16:04:00 -0800
committerChris Fries <cfries@google.com>2021-02-03 22:26:22 +0000
commit9860541924a4b1fb59d8c6febcc584b1347e3a32 (patch)
tree186cfbd4292c6b73678955eb27997a839469f471
parent05b78e7b42a2d8169dc5b51abda0a387f3f77c3c (diff)
downloadbramble-9860541924a4b1fb59d8c6febcc584b1347e3a32.tar.gz
Inherit from core_64_bit_only for 64 bit only builds.
Bug: 179159233 Signed-off-by: Pat Tjin <pattjin@google.com> Change-Id: I11b0f231e6655ad9c7d472b90f1ea999276ba249
-rw-r--r--aosp_bramble.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/aosp_bramble.mk b/aosp_bramble.mk
index 9f525e9..f2ca456 100644
--- a/aosp_bramble.mk
+++ b/aosp_bramble.mk
@@ -17,7 +17,11 @@
#
# All components inherited here go to system image
#
+ifeq (,$(filter %_64,$(TARGET_PRODUCT)))
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
+else
+$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
+endif
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk)
# Enable mainline checking