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", | ||||
12 | "quantize.c", | ||||
13 | ], | ||||
14 | |||||
15 | cflags: [ | ||||
16 | "-Wno-format", | ||||
17 | "-Wno-sign-compare", | ||||
18 | "-Wno-unused-parameter", | ||||
19 | "-DHAVE_CONFIG_H", | ||||
20 | ], | ||||
Colin Cross | 5c454c6 | 2016-12-05 13:53:26 -0800 | [diff] [blame] | 21 | |
22 | export_include_dirs: ["."], | ||||
Colin Cross | a01e5f1 | 2016-12-01 17:42:04 -0800 | [diff] [blame] | 23 | } |