raze/android/Android_zlib.mk
Simon 91ede1126f Initial commit of update to Raze mazter
All prior changes can be found on the (will be published in the future) RazeXR repo
2023-01-13 23:41:22 +00:00

40 lines
404 B
Makefile

LOCAL_PATH := $(call my-dir)/../libraries/zlib
include $(CLEAR_VARS)
LOCAL_MODULE := zlib_gl3
LOCAL_CFLAGS = -Wall
LOCAL_LDLIBS += -llog
LOCAL_C_INCLUDES :=
LOCAL_SRC_FILES = \
adler32.c \
compress.c \
crc32.c \
deflate.c \
inflate.c \
infback.c \
inftrees.c \
inffast.c \
trees.c \
uncompr.c \
zutil.c \
include $(BUILD_STATIC_LIBRARY)