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

Commit 722b4907 authored by Steven Moreland's avatar Steven Moreland
Browse files

binderRpcBenchmark: disable on mac

libbinder doesn't work on mac host.

Fixes: 185536549
Test: N/A
Change-Id: I5d1eb4fde54ea1a7868f1b3c728b952aef19ff1a
parent 7e4fb7ca
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",