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

Commit cab772f0 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov
Browse files

Disable host compilation on Darwin for net_test_btif_state_machine

The net_test_btif_state_machine unit test depends on libosi,
and that library itself is disabled for Darwin.

Test: Code compilation on Linux
Change-Id: I143015370988657e2903f86175244308c01d5162
parent 5706c1e4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -175,5 +175,10 @@ cc_test {
        "libbluetooth-types",
        "libosi",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
    cflags: ["-DBUILDCFG"],
}