summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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