diff options
Diffstat (limited to 'lib/System/Android.mk')
-rw-r--r-- | lib/System/Android.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/System/Android.mk b/lib/System/Android.mk index 94eac30..d48bc44 100644 --- a/lib/System/Android.mk +++ b/lib/System/Android.mk @@ -1,6 +1,3 @@ -# Only use this on the device or emulator. -ifeq ($(TARGET_ARCH),arm) - LOCAL_PATH:= $(call my-dir) system_SRC_FILES := \ @@ -53,5 +50,3 @@ LOCAL_MODULE:= libLLVMSystem include $(LLVM_DEVICE_BUILD_MK) include $(BUILD_STATIC_LIBRARY) - -endif |