aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmParser/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/X86/AsmParser/Android.mk')
-rw-r--r--lib/Target/X86/AsmParser/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/X86/AsmParser/Android.mk b/lib/Target/X86/AsmParser/Android.mk
index 4b8cd62325..0675ad0072 100644
--- a/lib/Target/X86/AsmParser/Android.mk
+++ b/lib/Target/X86/AsmParser/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 device only
@@ -28,5 +25,3 @@ LOCAL_MODULE:= libLLVMX86AsmParser
include $(LLVM_HOST_BUILD_MK)
include $(LLVM_TBLGEN_RULES_MK)
include $(BUILD_HOST_STATIC_LIBRARY)
-
-endif