blob: a7ecf37372cc0f2c91150fdcfe678da952c4fb45 [file] [log] [blame]
Josh Gao27768452018-01-02 12:01:43 -08001cc_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}