blob: 7990b05b870694458bb1c4ff82f6925193019628 [file] [log] [blame]
Greg Hartmanff733e62017-10-18 12:25:41 -07001cc_library_static {
2 name: "libgflags",
Greg Hartmanb68ef532017-10-10 18:46:53 -07003 host_supported: true,
Greg Hartman3ca002c2017-12-11 11:31:20 -08004 vendor_available: true,
Greg Hartmanb68ef532017-10-10 18:46:53 -07005 srcs: [
6 "src/gflags.cc",
Greg Hartman99506272017-10-18 15:45:27 -07007 "src/gflags_completions.cc",
Greg Hartmanb68ef532017-10-10 18:46:53 -07008 "src/gflags_reporting.cc",
9 ],
10 cflags: [
11 "-D__STDC_FORMAT_MACROS",
Chih-Hung Hsiehfe305e72017-10-25 15:10:20 -070012 "-DHAVE_INTTYPES_H",
13 "-DHAVE_SYS_STAT_H",
Greg Hartmanff733e62017-10-18 12:25:41 -070014 "-DHAVE_PTHREAD",
Chih-Hung Hsiehfe305e72017-10-25 15:10:20 -070015 "-Wall",
16 "-Werror",
Greg Hartmanb68ef532017-10-10 18:46:53 -070017 ],
18 export_include_dirs: [
19 "android",
20 ],
21}