diff options
author | Shih-wei Liao <sliao@google.com> | 2010-06-07 22:54:59 -0700 |
---|---|---|
committer | Shih-wei Liao <sliao@google.com> | 2010-06-07 22:54:59 -0700 |
commit | 28188e1c4986d9e4985f0f4a8ce268743eb94631 (patch) | |
tree | 2ff67a0901ce4c78ce6e579aa90665aba56e4729 /lib/Bitcode | |
parent | c156bc696311928af01132d159b9e307436779bb (diff) | |
download | external_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.tar.gz external_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.tar.bz2 external_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.zip |
Git hiccup. Retry....
Change-Id: I5a329137a43f36bab32ea62386ade11da550c0b0
Diffstat (limited to 'lib/Bitcode')
-rw-r--r-- | lib/Bitcode/Reader/Android.mk | 2 | ||||
-rw-r--r-- | lib/Bitcode/Writer/Android.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bitcode/Reader/Android.mk b/lib/Bitcode/Reader/Android.mk index c78b702274..d2d2e87035 100644 --- a/lib/Bitcode/Reader/Android.mk +++ b/lib/Bitcode/Reader/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) diff --git a/lib/Bitcode/Writer/Android.mk b/lib/Bitcode/Writer/Android.mk index a4aac59a28..dd578402c9 100644 --- a/lib/Bitcode/Writer/Android.mk +++ b/lib/Bitcode/Writer/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) |