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

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

Merge "Do not build any host targets on mac." am: a6c62f68 am: f2950bd6

am: 741308d0

Change-Id: I71c9d48ec8ae9cead192340d2578e9ab6b4b921f
parents 649a0413 741308d0
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -24,6 +24,12 @@ cc_defaults {
        "-Werror",
        "-Wextra",
    ],

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

cc_defaults {
@@ -97,9 +103,6 @@ cc_defaults {
    },

    target: {
        darwin: {
            enabled: false,
        },
        linux: {
            host_ldlibs: [
                "-lrt",