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