Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6170a040 authored by Pat Tjin's avatar Pat Tjin
Browse files

Inherit from core_64_bit_only for 64 bit only builds.



Bug: 179159233
Signed-off-by: default avatarPat Tjin <pattjin@google.com>
Change-Id: I58c2523914bc93ee58ed5091054feade1c75a0c4
parent cc9b6840
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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