1LOCAL_PATH:= $(call my-dir) 2include $(CLEAR_VARS) 3 4LOCAL_SDK_VERSION := 9 5 6LOCAL_SRC_FILES := \ 7 dgif_lib.c \ 8 gifalloc.c \ 9 gif_err.c 10 11LOCAL_CFLAGS += -Wno-format -DHAVE_CONFIG_H 12LOCAL_SDK_VERSION := 8 13LOCAL_MODULE:= libgif 14 15include $(BUILD_STATIC_LIBRARY) 16