forked from openkylin/platform_build
am 161e0ef9: Merge "Adding TARGET_CPU_VARIANT to config file."
* commit '161e0ef974d0cddf74b82bbe9c0843ca6f2f320e': Adding TARGET_CPU_VARIANT to config file.
This commit is contained in:
commit
b95a4ed64a
|
@ -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