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