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

Commit cd26f7cd authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libstatslog (libbinder) users disable on darwin"

parents e9fced42 3f324552
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -91,6 +91,12 @@ fluoride_defaults {
    static_libs: [
        "libbluetooth_gd",
    ],
    target: {
        darwin: {
            // libstatslog -> libbinder doesn't build on mac
            enabled: false,
        },
    },
}

// Enables code coverage for a set of source files. Must be combined with
+5 −0
Original line number Diff line number Diff line
@@ -98,4 +98,9 @@ cc_fuzz {
    corpus: [
        "tests/avrcp_device_fuzz/corpus/*",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
}