aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2010-06-07 22:54:59 -0700
committerShih-wei Liao <sliao@google.com>2010-06-07 22:54:59 -0700
commit28188e1c4986d9e4985f0f4a8ce268743eb94631 (patch)
tree2ff67a0901ce4c78ce6e579aa90665aba56e4729 /Android.mk
parentc156bc696311928af01132d159b9e307436779bb (diff)
downloadexternal_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.zip
external_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.tar.gz
external_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.tar.bz2
Git hiccup. Retry....
Change-Id: I5a329137a43f36bab32ea62386ade11da550c0b0
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c3ef28f..63fff38 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,5 @@
# Only use this on the device or emulator.
-ifneq ($(TARGET_ARCH),arm)
+ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH := $(call my-dir)
LLVM_ROOT_PATH := $(LOCAL_PATH)