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

Commit acb884e2 authored by Yu Liu's avatar Yu Liu Committed by Gerrit Code Review
Browse files

Merge "We now support native code coverage in mixed build."

parents aebab397 482b0ecb
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -595,10 +595,6 @@ func (c *config) IsMixedBuildsEnabled() bool {
			fmt.Fprintln(os.Stderr, "unsupported env var GLOBAL_THINLTO for Bazel: falling back to non-mixed build")
			return false
		}
		if c.IsEnvTrue("CLANG_COVERAGE") {
			fmt.Fprintln(os.Stderr, "unsupported env var CLANG_COVERAGE for Bazel: falling back to non-mixed build")
			return false
		}
		if len(c.productVariables.SanitizeHost) > 0 {
			fmt.Fprintln(os.Stderr, "unsupported product var SanitizeHost for Bazel: falling back to non-mixed build")
			return false