blob: 4c9100f1589a3653a2b28794c81ffeeb46287cfb [file] [log] [blame]
Dan Willemsen56eb2f9f2016-06-06 14:41:32 -07001cc_library_host_static {
2
3 srcs: ["CopyFile.c"],
4
5 cflags: [
6 "-Werror",
7 "-Wall",
8 ],
9
10 name: "libhost",
11 target: {
12 windows: {
Dan Willemsen25c73e92017-11-29 18:47:29 -080013 cflags: ["-Wno-unused-parameter"],
Dan Willemsen56eb2f9f2016-06-06 14:41:32 -070014 enabled: true,
15 },
16 },
17 local_include_dirs: ["include"],
18 export_include_dirs: ["include"],
19 stl: "none",
20
21}