| Dan Willemsen | 56eb2f9f | 2016-06-06 14:41:32 -0700 | [diff] [blame] | 1 | cc_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 | } | ||||