1cc_library_static { 2 name: "libdiagnose_usb", 3 cflags: ["-Wall", "-Wextra", "-Werror"], 4 host_supported: true, 5 recovery_available: true, 6 apex_available: [ 7 "com.android.adbd", 8 // TODO(b/151398197) remove the below 9 "//apex_available:platform", 10 ], 11 target: { 12 windows: { 13 enabled: true, 14 }, 15 }, 16 srcs: ["diagnose_usb.cpp"], 17 export_include_dirs: ["include"], 18 static_libs: ["libbase"], 19} 20