Colin Cross | a01e5f1 | 2016-12-01 17:42:04 -0800 | [diff] [blame] | 1 | cc_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 III | 35418ea | 2017-03-13 11:06:27 -0400 | [diff] [blame^] | 12 | "openbsd-reallocarray.c", |
Colin Cross | a01e5f1 | 2016-12-01 17:42:04 -0800 | [diff] [blame] | 13 | "quantize.c", |
| 14 | ], |
| 15 | |
| 16 | cflags: [ |
| 17 | "-Wno-format", |
| 18 | "-Wno-sign-compare", |
| 19 | "-Wno-unused-parameter", |
| 20 | "-DHAVE_CONFIG_H", |
| 21 | ], |
Colin Cross | 5c454c6 | 2016-12-05 13:53:26 -0800 | [diff] [blame] | 22 | |
| 23 | export_include_dirs: ["."], |
Colin Cross | a01e5f1 | 2016-12-01 17:42:04 -0800 | [diff] [blame] | 24 | } |