summaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: 98eeb329e3c23ef996b6f472409ce561a72d09fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SDK_VERSION := 9

LOCAL_SRC_FILES := \
	dgif_lib.c \
	egif_lib.c \
	gifalloc.c \
	gif_err.c \
	gif_hash.c \
        openbsd-reallocarray.c \
	quantize.c

LOCAL_CFLAGS += -Wno-format -Wno-sign-compare -Wno-unused-parameter -DHAVE_CONFIG_H
LOCAL_SDK_VERSION := 8
LOCAL_MODULE:= libgif

include $(BUILD_STATIC_LIBRARY)