Merge "Switch to IGNORE_PREFER32_ON_DEVICE."

This commit is contained in:
Christopher Ferris 2022-11-16 20:54:16 +00:00 committed by Gerrit Code Review
commit 9c2cdd2219

View file

@ -36,7 +36,7 @@ TARGET_CPU_VARIANT_RUNTIME := cortex-a55
ZYGOTE_FORCE_64 := true ZYGOTE_FORCE_64 := true
# Force any prefer32 targets to be compiled as 64 bit. # Force any prefer32 targets to be compiled as 64 bit.
FORCE_MULTILIB_FIRST_ON_DEVICE := true IGNORE_PREFER32_ON_DEVICE := true
# Build the 32 bit targets # Build the 32 bit targets
TARGET_2ND_ARCH := arm TARGET_2ND_ARCH := arm