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
This commit is contained in:
parent
71263e27a9
commit
7a257f0090
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue