aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AsmParser/Android.mk')
-rw-r--r--lib/AsmParser/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/AsmParser/Android.mk b/lib/AsmParser/Android.mk
index 0f18b4f1cb..c6160546ca 100644
--- a/lib/AsmParser/Android.mk
+++ b/lib/AsmParser/Android.mk
@@ -1,6 +1,3 @@
-# Only use this on the device or emulator.
-ifeq ($(TARGET_ARCH),arm)
-
LOCAL_PATH:= $(call my-dir)
asm_parser_SRC_FILES := \
@@ -29,5 +26,3 @@ include $(BUILD_HOST_STATIC_LIBRARY)
#
#include $(LOCAL_PATH)/../../llvm-device-build.mk
#include $(BUILD_STATIC_LIBRARY)
-
-endif