summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-10 09:58:47 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-10 09:58:47 -0700
commit4f78d17ab6bee2c22375065bd0b1dbc859cafbd8 (patch)
tree2d0da54eedcae9348fd420d37b9751630cad44ea
parent6d5021b84ad69be485cff913597c59aa7d987c0e (diff)
parent9d91fae6720249450f35388a14110e887043758c (diff)
downloadwingray-4f78d17ab6bee2c22375065bd0b1dbc859cafbd8.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 b6f829f..2b068d6 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -43,6 +43,7 @@ TARGET_BOARD_PLATFORM := tegra
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_SMP := true
+TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a
ARCH_ARM_HAVE_TLS_REGISTER := true