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

Commit 39fa2dfa authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "binderRpcBenchmark: disable on mac" am: 6f58cffe am: 14bde8df am: 5ae24899

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1677310

Change-Id: Ie51fe81fa3b80b1eab05aca40290b7d052ac9c6d
parents 0faabebb 5ae24899
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -155,6 +155,11 @@ cc_benchmark {
    name: "binderRpcBenchmark",
    defaults: ["binder_test_defaults"],
    host_supported: true,
    target: {
        darwin: {
            enabled: false,
        },
    },
    srcs: [
        "binderRpcBenchmark.cpp",
        "IBinderRpcBenchmark.aidl",