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

Commit e1a58a8c authored by Christopher Ferris's avatar Christopher Ferris Committed by android-build-merger
Browse files

Merge "Fix mac build."

am: 51b4f482

Change-Id: Ibd1f92670c0238f094616125be0080c8d5c0a50b
parents eacf704a 51b4f482
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,
        },
    },
}