Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6211a2d authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "adb: temporarily kill adb_benchmark."

parents fd193bd2 c6cb89ea
Loading
Loading
Loading
Loading
+0 −33
Original line number Diff line number Diff line
@@ -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",