axolotl: Enable 64 bit only
Set WITH_64_BIT_ONLY=false to disable.
Change-Id: Ife64700832aeef3259ab58425e0c2b27b923c4d6
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/device.mk b/device.mk
index 8899440..80a45c5 100644
--- a/device.mk
+++ b/device.mk
@@ -6,7 +6,11 @@
#
# Inherit from those products. Most specific first.
+ifeq ($(WITH_64_BIT_ONLY),false)
$(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/full_base_telephony.mk)
# Enable updating of APEXes