summaryrefslogtreecommitdiff
path: root/BoardConfig-common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig-common.mk')
-rw-r--r--BoardConfig-common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk
index 88082c9..9f8e519 100644
--- a/BoardConfig-common.mk
+++ b/BoardConfig-common.mk
@@ -34,6 +34,11 @@ TARGET_CPU_VARIANT_RUNTIME := cortex-a55
# Enable 64-bit for non-zygote.
ZYGOTE_FORCE_64 := true
+
+# Force any prefer32 targets to be compiled as 64 bit.
+FORCE_MULTILIB_FIRST_ON_DEVICE := true
+
+# Build the 32 bit targets
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_CPU_ABI := armeabi-v7a