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

Commit f2fe96c9 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

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

Change-Id: I77f66babfa6e8318858f15bdb4139eee82abdc94
parents f1680446 12693890
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,
        },
    },
}