blob: 93d13bd5634d70665f70715fe0a33e3f5971db05 [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,
Jiyong Park697134d2020-03-23 14:40:50 +00006 apex_available: [
7 "com.android.adbd",
8 // TODO(b/151398197) remove the below
9 "//apex_available:platform",
10 ],
Josh Gao27768452018-01-02 12:01:43 -080011 target: {
12 windows: {
13 enabled: true,
14 },
15 },
16 srcs: ["diagnose_usb.cpp"],
17 export_include_dirs: ["include"],
18 static_libs: ["libbase"],
19}