| commit | 016557b23a5b9ff66bc033fa60eecf79c85f2ec7 | [log] [tgz] | 
|---|---|---|
| author | Jean-Baptiste Queru <jbq@google.com> | Thu Feb 03 11:15:41 2011 -0800 | 
| committer | Jean-Baptiste Queru <jbq@google.com> | Thu Feb 03 11:40:42 2011 -0800 | 
| tree | 415c1f88d47aee797342fb42992c7bf24053c3fd | |
| parent | 8ea78d0cd2da9020b3f93e573aeaee8c08a3cb87 [diff] | 
fix IA build Change-Id: I8d53d767f41c4d1fde2eff225d091c0c4723112b
diff --git a/tools/llvm-link/Android.mk b/tools/llvm-link/Android.mk index 94b439e..d0105f0 100644 --- a/tools/llvm-link/Android.mk +++ b/tools/llvm-link/Android.mk
@@ -1,6 +1,3 @@ -# Only use this on the device or emulator. -ifeq ($(TARGET_ARCH),arm) - LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -26,5 +23,3 @@ include $(LLVM_HOST_BUILD_MK) include $(BUILD_HOST_EXECUTABLE) - -endif