diff options
Diffstat (limited to 'lib/Bitcode/Writer/Android.mk')
-rw-r--r-- | lib/Bitcode/Writer/Android.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Bitcode/Writer/Android.mk b/lib/Bitcode/Writer/Android.mk index dd57840..5147c46 100644 --- a/lib/Bitcode/Writer/Android.mk +++ b/lib/Bitcode/Writer/Android.mk @@ -1,6 +1,3 @@ -# Only use this on the device or emulator. -ifeq ($(TARGET_ARCH),arm) - LOCAL_PATH:= $(call my-dir) # For the host only @@ -18,5 +15,3 @@ LOCAL_MODULE:= libLLVMBitWriter include $(LLVM_HOST_BUILD_MK) include $(LLVM_GEN_INTRINSICS_MK) include $(BUILD_HOST_STATIC_LIBRARY) - -endif |