Josh Gao | 2776845 | 2018-01-02 12:01:43 -0800 | [diff] [blame] | 1 | cc_library_static { |
2 | name: "libdiagnose_usb", | ||||
3 | cflags: ["-Wall", "-Wextra", "-Werror"], | ||||
4 | host_supported: true, | ||||
5 | target: { | ||||
6 | windows: { | ||||
7 | enabled: true, | ||||
8 | }, | ||||
9 | }, | ||||
10 | srcs: ["diagnose_usb.cpp"], | ||||
11 | export_include_dirs: ["include"], | ||||
12 | static_libs: ["libbase"], | ||||
13 | } |