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