diff options
author | Christopher Ferris <cferris@google.com> | 2013-02-05 15:49:55 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2013-02-13 15:52:17 -0800 |
commit | d7536b03739786f1d533f4ffeac527a652d356fb (patch) | |
tree | 2ab30e52160355e42008b61a16b16ce74592bdba | |
parent | 5979b2218bdba442aa873f0c7844ad6a98fe52db (diff) | |
download | device_samsung_tuna-d7536b03739786f1d533f4ffeac527a652d356fb.zip device_samsung_tuna-d7536b03739786f1d533f4ffeac527a652d356fb.tar.gz device_samsung_tuna-d7536b03739786f1d533f4ffeac527a652d356fb.tar.bz2 |
Adding TARGET_CPU_VARIANT to config file.
Bug: 8005082
Change-Id: Ib8afe18e48c41b10b83be3ffb7ced87cc00e99b3
-rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 58f877a..1e6d96a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -30,6 +30,7 @@ TARGET_CPU_ABI2 := armeabi TARGET_CPU_SMP := true TARGET_ARCH := arm TARGET_ARCH_VARIANT := armv7-a-neon +TARGET_CPU_VARIANT := cortex-a9 ARCH_ARM_HAVE_TLS_REGISTER := true TARGET_NO_BOOTLOADER := true |