summaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: 24533142a84c1565cca2e845bfbfffd2c74f479b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
	dgif_lib.c \
	gifalloc.c \
	gif_err.c

LOCAL_CFLAGS += -Wno-format -DHAVE_CONFIG_H

LOCAL_MODULE:= libgif

include $(BUILD_STATIC_LIBRARY)