aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Android.mk')
-rw-r--r--lib/Support/Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Support/Android.mk b/lib/Support/Android.mk
index e972753..f7523d1 100644
--- a/lib/Support/Android.mk
+++ b/lib/Support/Android.mk
@@ -1,3 +1,6 @@
+# Only use this on the device or emulator.
+ifneq ($(TARGET_ARCH),arm)
+
LOCAL_PATH:= $(call my-dir)
support_SRC_FILES := \
@@ -70,3 +73,5 @@ LOCAL_MODULE:= libLLVMSupport
include $(LLVM_DEVICE_BUILD_MK)
include $(BUILD_STATIC_LIBRARY)
+
+endif