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

Commit bfd6292d authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Fix mac build.

Test: Built.
Change-Id: I455381d29045dc6dddfb2b77dcde312722c06ebf
parent 9302daeb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -218,4 +218,10 @@ cc_binary_host {
    srcs: [
        "tests/GenGnuDebugdata.cpp",
    ],

    target: {
        darwin: {
            enabled: false,
        },
    },
}