summaryrefslogtreecommitdiff
path: root/BoardConfig-common.mk
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2022-11-15 18:49:05 -0800
committerChristopher Ferris <cferris@google.com>2022-11-15 18:49:05 -0800
commit7a257f009034ca98e4652eec5b6365188c69c844 (patch)
tree460e4fc16f2ccfbed8edf11368296c8d4b726fc9 /BoardConfig-common.mk
parent71263e27a94a1a39499032b4bdadee3ff24665ae (diff)
downloadgs201-7a257f009034ca98e4652eec5b6365188c69c844.tar.gz
Switch to IGNORE_PREFER32_ON_DEVICE.
In aosp, the name of the variable changed from FORCE_MULTILIB_FIRST_ON_DEVICE to IGNORE_PREFER32_ON_DEVICE. So actually modify this so the new devices don't have 32 bit servers. Test: Verified that drmserver/mediaserver are 64 bit processes. Change-Id: I282f5129bcc91d99e924f514b01fc4e7e37e9ea9
Diffstat (limited to 'BoardConfig-common.mk')
-rw-r--r--BoardConfig-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk
index 1b92efc..22964d3 100644
--- a/BoardConfig-common.mk
+++ b/BoardConfig-common.mk
@@ -36,7 +36,7 @@ TARGET_CPU_VARIANT_RUNTIME := cortex-a55
ZYGOTE_FORCE_64 := true
# 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
TARGET_2ND_ARCH := arm