You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
459 B

#---------------------------------------------
# TARGET_ARCH Config
#---------------------------------------------
TARGET_ARCH ?= arm64
TARGET_CPU_ABI ?= arm64-v8a
TARGET_ARCH_VARIANT ?= armv8-a
TARGET_CPU_VARIANT ?= cortex-a73
TARGET_2ND_ARCH ?= arm
TARGET_2ND_ARCH_VARIANT ?= armv8-a
TARGET_2ND_CPU_VARIANT ?= cortex-a73
TARGET_2ND_CPU_ABI ?= armeabi-v7a
TARGET_2ND_CPU_ABI2 ?= armeabi
TARGET_SUPPORTS_64_BIT_APPS := true
TARGET_USES_64_BIT_BINDER := true