Force build everything as 64 bit. am: f60ad6f3dd
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19294720 Change-Id: I84d781d76542eb9dbcc7dbfab7af9553190e73ee Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e225662f04
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ TARGET_CPU_VARIANT_RUNTIME := cortex-a55
|
||||||
|
|
||||||
# Enable 64-bit for non-zygote.
|
# Enable 64-bit for non-zygote.
|
||||||
ZYGOTE_FORCE_64 := true
|
ZYGOTE_FORCE_64 := true
|
||||||
|
|
||||||
|
# Force any prefer32 targets to be compiled as 64 bit.
|
||||||
|
FORCE_MULTILIB_FIRST_ON_DEVICE := true
|
||||||
|
|
||||||
|
# Build the 32 bit targets
|
||||||
TARGET_2ND_ARCH := arm
|
TARGET_2ND_ARCH := arm
|
||||||
TARGET_2ND_ARCH_VARIANT := armv8-a
|
TARGET_2ND_ARCH_VARIANT := armv8-a
|
||||||
TARGET_2ND_CPU_ABI := armeabi-v7a
|
TARGET_2ND_CPU_ABI := armeabi-v7a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue