OSDN Git Service

Fix llvm.mk and the other 49 mk files
[android-x86/external-llvm.git] / lib / Analysis / IPA / Android.mk
index 6d15e52..d445a1b 100644 (file)
@@ -1,3 +1,6 @@
+# Only use this on the device or emulator.
+ifneq ($(TARGET_ARCH),arm)
+
 LOCAL_PATH:= $(call my-dir)
 
 analysis_ipa_SRC_FILES :=      \
@@ -29,3 +32,5 @@ LOCAL_MODULE:= libLLVMipa
 include $(LLVM_DEVICE_BUILD_MK)
 include $(LLVM_GEN_INTRINSICS_MK)
 include $(BUILD_STATIC_LIBRARY)
+
+endif