Use system zlib

This commit is contained in:
elasota
2020-10-17 18:04:28 -04:00
parent 8031f66226
commit fbf73fd832
5 changed files with 9 additions and 23 deletions

View File

@@ -1,19 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := zlib
# Add your application source files here...
LOCAL_SRC_FILES := \
adler32.c \
crc32.c \
deflate.c \
inffast.c \
inflate.c \
inftrees.c \
trees.c \
zutil.c
include $(BUILD_STATIC_LIBRARY)