diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/Android.mk')
-rw-r--r-- | lib/Transforms/Instrumentation/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Transforms/Instrumentation/Android.mk b/lib/Transforms/Instrumentation/Android.mk index 6623f9e..0bca17e 100644 --- a/lib/Transforms/Instrumentation/Android.mk +++ b/lib/Transforms/Instrumentation/Android.mk @@ -1,5 +1,3 @@ -ifeq ($(TARGET_ARCH),arm) - LOCAL_PATH:= $(call my-dir) # For the host @@ -15,5 +13,3 @@ LOCAL_MODULE:= libLLVMInstrumentation include $(LLVM_HOST_BUILD_MK) include $(BUILD_HOST_STATIC_LIBRARY) - -endif |