Force compile all targets as 64 bit.
64bit only
This commit is contained in:
parent
69cf01e79e
commit
340f910015
@ -20,6 +20,11 @@ TARGET_CPU_ABI := arm64-v8a
|
||||
TARGET_CPU_VARIANT := generic
|
||||
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
|
||||
TARGET_OTA_ASSERT_DEVICE := e1q
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
# 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)
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
|
Loading…
Reference in New Issue
Block a user