aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-10 09:58:56 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-10 09:58:57 -0700
commit48dea806820cea16f16df24c6d9fe740381b6507 (patch)
tree4bbf33722f3944569add061b1a4fd5f5e3bbcd4b
parent12ab6185764c7b90d4939cd94e2b811bb09f24fc (diff)
parent420f96f96bc8ff390cf2f956498bee34683ecce5 (diff)
downloadpanda-48dea806820cea16f16df24c6d9fe740381b6507.tar.gz
Merge "Fix build - Add TARGET_ARCH := arm"
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 32e6fd7..6f4ed80 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -25,6 +25,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