1cc_library_static { 2 name: "libgif", 3 4 sdk_version: "9", 5 6 srcs: [ 7 "dgif_lib.c", 8 "egif_lib.c", 9 "gifalloc.c", 10 "gif_err.c", 11 "gif_hash.c", 12 "openbsd-reallocarray.c", 13 "quantize.c", 14 ], 15 16 cflags: [ 17 "-Werror", 18 "-Wno-format", 19 "-Wno-sign-compare", 20 "-Wno-unused-parameter", 21 "-DHAVE_CONFIG_H", 22 ], 23 24 export_include_dirs: ["."], 25} 26