blob: 6bee28c10dba8068962c6825af30ff3e2831e026 [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,
Jiyong Parka0e75042018-05-24 14:11:00 +09005 recovery_available: true,
Josh Gao27768452018-01-02 12:01:43 -08006 target: {
7 windows: {
8 enabled: true,
9 },
10 },
11 srcs: ["diagnose_usb.cpp"],
12 export_include_dirs: ["include"],
13 static_libs: ["libbase"],
14}