diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-08-10 12:44:19 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-10 12:44:19 -0700 |
commit | ded61fe4d790c7d03fe07c65c1496b6d98940f99 (patch) | |
tree | cbcd1ac060b886b8a8d47b17da4c9082101ed6ad | |
parent | 81b654661b8ecc819847ad1ede8e3a5ff19f5041 (diff) | |
parent | 486ff6180854d6c51545ea9fba0752a3be4e3947 (diff) | |
download | device_samsung_tuna-ded61fe4d790c7d03fe07c65c1496b6d98940f99.zip device_samsung_tuna-ded61fe4d790c7d03fe07c65c1496b6d98940f99.tar.gz device_samsung_tuna-ded61fe4d790c7d03fe07c65c1496b6d98940f99.tar.bz2 |
am 486ff618: am 18c08871: Merge "Fix build - Add TARGET_ARCH := arm"
* commit '486ff6180854d6c51545ea9fba0752a3be4e3947':
Fix build - Add TARGET_ARCH := arm
-rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 7fa3d44..6df76b3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -24,6 +24,7 @@ USE_CAMERA_STUB := true TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi TARGET_CPU_SMP := true +TARGET_ARCH := arm TARGET_ARCH_VARIANT := armv7-a-neon ARCH_ARM_HAVE_TLS_REGISTER := true |