13 lines
235 B
Makefile
Executable file
13 lines
235 B
Makefile
Executable file
# Primary Arch
|
|
TARGET_ARCH := arm
|
|
TARGET_ARCH_VARIANT := armv7-a-neon
|
|
TARGET_CPU_VARIANT := cortex-a15
|
|
TARGET_CPU_ABI := armeabi-v7a
|
|
TARGET_CPU_ABI2 := armeabi
|
|
|
|
TARGET_USES_64_BIT_BINDER := true
|
|
TARGET_SUPPORTS_32_BIT_APPS := true
|
|
|
|
|
|
|
|
|