blob: e5a5ecf374ac2b2479fe728d907043bca2f80ba2 [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: {
13 enabled: true,
14 },
15 },
16 local_include_dirs: ["include"],
17 export_include_dirs: ["include"],
18 stl: "none",
19
20}