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

Commit 6a163bf6 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

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

Merge "libstatslog (libbinder) users disable on darwin" am: cd26f7cd am: 137c83f7 am: 12693890 am: f2fe96c9

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

Change-Id: Ib33efc71695b9602bcc4f1d1ddee83db61353400
parents a785ab91 f2fe96c9
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,
        },
    },
}