diff options
Diffstat (limited to '')
-rw-r--r-- | minzip/Android.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/minzip/Android.mk b/minzip/Android.mk deleted file mode 100644 index b1ee67439..000000000 --- a/minzip/Android.mk +++ /dev/null @@ -1,19 +0,0 @@ -LOCAL_PATH := $(call my-dir) -include $(CLEAR_VARS) - -LOCAL_SRC_FILES := \ - Hash.c \ - SysUtil.c \ - DirUtil.c \ - Inlines.c \ - Zip.c - -LOCAL_C_INCLUDES += \ - external/zlib \ - external/safe-iop/include - -LOCAL_MODULE := libminzip - -LOCAL_CFLAGS += -Wall - -include $(BUILD_STATIC_LIBRARY) |