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