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

Commit 17cfe6a0 authored by Zach Johnson's avatar Zach Johnson Committed by Gerrit Code Review
Browse files

Merge "Disable test-vendor_test_host and root-canal for mac"

parents f8768807 efbd31ba
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -133,6 +133,11 @@ cc_test_host {
        "-fvisibility=hidden",
        "-DLOG_NDEBUG=1",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
}

// Linux RootCanal Executable
@@ -190,6 +195,9 @@ cc_binary_host {
                all_undefined: false,
            },
        },
        darwin: {
            enabled: false,
        },
    },
}