mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 11:27:36 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user