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

Commit efbd31ba authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Disable test-vendor_test_host and root-canal for mac

Removing the dependency on libchrome in Change I5c39b06d had the side
effect of enabling test-vendor_test_host and root-canal for mac builds.
But they depend on libraries that do not have mac versions.

Bug: 192864819
Change-Id: I22a1648fa6eda25e5c54309dc8284abf67693d3e
Test: on mac, m sdk
parent 6ba85f1b
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,
        },
    },
}