axolotl: default to 32+64 bit
Change-Id: If9ad56932575e2538dc1c17ca5d32a1590b8aa32
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/device.mk b/device.mk
index bfa0b89..f9ef204 100644
--- a/device.mk
+++ b/device.mk
@@ -6,7 +6,7 @@
#
# Inherit from those products. Most specific first.
-ifeq ($(WITH_64_BIT_ONLY),false)
+ifneq ($(WITH_64_BIT_ONLY),true)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
else
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)