Force compile all targets as 64 bit.

64bit only
This commit is contained in:
j7b3y 2025-01-13 20:27:52 +09:00
parent 69cf01e79e
commit 340f910015
2 changed files with 6 additions and 1 deletions

View File

@ -20,6 +20,11 @@ TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_VARIANT := generic TARGET_CPU_VARIANT := generic
TARGET_CPU_VARIANT_RUNTIME := kryo300 TARGET_CPU_VARIANT_RUNTIME := kryo300
# Enable 64-bit for non-zygote.
ZYGOTE_FORCE_64 := true
# Force any prefer32 targets to be compiled as 64 bit.
IGNORE_PREFER32_ON_DEVICE := true
# Assert # Assert
TARGET_OTA_ASSERT_DEVICE := e1q TARGET_OTA_ASSERT_DEVICE := e1q

View File

@ -5,7 +5,7 @@
# #
# Inherit from those products. Most specific first. # Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common Lineage stuff. # Inherit some common Lineage stuff.