summaryrefslogtreecommitdiffstats
path: root/lib/Linker/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Linker/Android.mk')
-rw-r--r--lib/Linker/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Linker/Android.mk b/lib/Linker/Android.mk
index aa8028e..e0611ba 100644
--- a/lib/Linker/Android.mk
+++ b/lib/Linker/Android.mk
@@ -1,6 +1,3 @@
-# Only use this on the device or emulator.
-ifeq ($(TARGET_ARCH),arm)
-
LOCAL_PATH:= $(call my-dir)
# For the host
@@ -17,5 +14,3 @@ LOCAL_MODULE:= libLLVMLinker
include $(LLVM_HOST_BUILD_MK)
include $(BUILD_HOST_STATIC_LIBRARY)
-
-endif