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

Commit 137c83f7 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libstatslog (libbinder) users disable on darwin" am: cd26f7cd

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1488145

Change-Id: I86af73a9afdd427f5f326e5e1facd9bfd61b16bd
parents 545372dc cd26f7cd
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,
        },
    },
}