1cc_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 cflags: ["-Wno-unused-parameter"], 14 enabled: true, 15 }, 16 }, 17 local_include_dirs: ["include"], 18 export_include_dirs: ["include"], 19 stl: "none", 20 21} 22