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

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

Merge "adb: temporarily kill adb_benchmark." am: d6211a2d

Change-Id: I8bf789ca5eef0cc43dc019e79f99c098eb85f6a9
parents 0a9431d0 d6211a2d
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",