From 7a257f009034ca98e4652eec5b6365188c69c844 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Tue, 15 Nov 2022 18:49:05 -0800 Subject: [PATCH] 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 --- BoardConfig-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 1b92efc0..22964d39 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