blob: 9bfb16382c9add7284064adf5cdcca53b5cd9d25 [file] [log] [blame]
Colin Crossa01e5f12016-12-01 17:42:04 -08001cc_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",
Leon Scroggins III35418ea2017-03-13 11:06:27 -040012 "openbsd-reallocarray.c",
Colin Crossa01e5f12016-12-01 17:42:04 -080013 "quantize.c",
14 ],
15
16 cflags: [
17 "-Wno-format",
18 "-Wno-sign-compare",
19 "-Wno-unused-parameter",
20 "-DHAVE_CONFIG_H",
21 ],
Colin Cross5c454c62016-12-05 13:53:26 -080022
23 export_include_dirs: ["."],
Colin Crossa01e5f12016-12-01 17:42:04 -080024}