aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Instrumentation/Android.mk')
-rw-r--r--lib/Transforms/Instrumentation/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/Android.mk b/lib/Transforms/Instrumentation/Android.mk
index cd90933..f9a55c7 100644
--- a/lib/Transforms/Instrumentation/Android.mk
+++ b/lib/Transforms/Instrumentation/Android.mk
@@ -24,6 +24,7 @@ include $(BUILD_HOST_STATIC_LIBRARY)
# For the target
# =====================================================
+ifneq (true,$(DISABLE_LLVM_DEVICE_BUILDS))
include $(CLEAR_VARS)
LOCAL_MODULE:= libLLVMInstrumentation
@@ -33,3 +34,4 @@ LOCAL_SRC_FILES := $(instrumentation_SRC_FILES)
include $(LLVM_DEVICE_BUILD_MK)
include $(LLVM_GEN_INTRINSICS_MK)
include $(BUILD_STATIC_LIBRARY)
+endif