forked from openkylin/platform_build
Merge "Adding TARGET_CPU_VARIANT to config file."
This commit is contained in:
commit
161e0ef974
|
@ -20,6 +20,7 @@ TARGET_ARCH := arm
|
|||
# application code generated with the NDK that uses NEON in the emulator.
|
||||
#
|
||||
TARGET_ARCH_VARIANT := armv7-a
|
||||
TARGET_CPU_VARIANT := generic
|
||||
TARGET_CPU_ABI := armeabi-v7a
|
||||
TARGET_CPU_ABI2 := armeabi
|
||||
|
||||
|
|
Loading…
Reference in New Issue