Force build everything as 64 bit. am: f60ad6f3dd
am: c803bbc4da
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19294720 Change-Id: Ifce729c37982259e9ef1a321ef543f1e8303425e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4d669c5f0f
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.
|
||||
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_VARIANT := armv8-a
|
||||
TARGET_2ND_CPU_ABI := armeabi-v7a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue