Merge "We now support native code coverage in mixed build." am: acb884e2da
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2366500 Change-Id: I1c7247b6cdd0d051d1f25d4e49ca5c4a4a385b2f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user