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

Commit 429a828f authored by Josh Gao's avatar Josh Gao Committed by Automerger Merge Worker
Browse files

adb: temporarily kill adb_benchmark. am: 2b5fa550

Change-Id: Ic8e9a8769c67036bdbc82bef89c0291a840865f7
parents bd4becb0 2b5fa550
Loading
Loading
Loading
Loading
+0 −33
Original line number Original line 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 {
cc_binary_host {
    name: "adb",
    name: "adb",