Merge "adb: temporarily kill adb_benchmark." am: d6211a2dde
Change-Id: I8bf789ca5eef0cc43dc019e79f99c098eb85f6a9
This commit is contained in:
commit
a056a8f239
1 changed files with 0 additions and 33 deletions
|
@ -246,39 +246,6 @@ cc_test_host {
|
|||
},
|
||||
}
|
||||
|
||||
cc_benchmark {
|
||||
name: "adb_benchmark",
|
||||
defaults: ["adb_defaults"],
|
||||
|
||||
srcs: ["transport_benchmark.cpp"],
|
||||
target: {
|
||||
android: {
|
||||
static_libs: [
|
||||
"libadbd",
|
||||
],
|
||||
},
|
||||
host: {
|
||||
static_libs: [
|
||||
"libadb_host",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
static_libs: [
|
||||
"libadb_crypto_static",
|
||||
"libadb_tls_connection_static",
|
||||
"libadbd_auth",
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"libcrypto_utils",
|
||||
"libcrypto_static",
|
||||
"libdiagnose_usb",
|
||||
"liblog",
|
||||
"libssl",
|
||||
"libusb",
|
||||
],
|
||||
}
|
||||
|
||||
cc_binary_host {
|
||||
name: "adb",
|
||||
|
||||
|
|
Loading…
Reference in a new issue