697134d1d4
This reverts commit 56a712f6c9
.
Reason for revert: forward fix is at aosp/1265379
Exempt-From-Owner-Approval: relanding of an already approved CL
Change-Id: I0d93417939d570ce21f105ee4b3bae6414194dbe
19 lines
470 B
Text
19 lines
470 B
Text
cc_library_static {
|
|
name: "libdiagnose_usb",
|
|
cflags: ["-Wall", "-Wextra", "-Werror"],
|
|
host_supported: true,
|
|
recovery_available: true,
|
|
apex_available: [
|
|
"com.android.adbd",
|
|
// TODO(b/151398197) remove the below
|
|
"//apex_available:platform",
|
|
],
|
|
target: {
|
|
windows: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
srcs: ["diagnose_usb.cpp"],
|
|
export_include_dirs: ["include"],
|
|
static_libs: ["libbase"],
|
|
}
|