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

Commit 3f324552 authored by Steven Moreland's avatar Steven Moreland
Browse files

libstatslog (libbinder) users disable on darwin

libbinder doesn't support mac.

Bug: 172023026
Test: N/A
Change-Id: Ib39fa195b9313d9d75ce903f2a871a5110abde68
parent 530520b9
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,
        },
    },
}