Merge "Do not enable coverage for platform/llndk stub libraries"
This commit is contained in:
@@ -111,6 +111,8 @@ func coverageMutator(mctx android.BottomUpMutatorContext) {
|
|||||||
// Just turn off for now.
|
// Just turn off for now.
|
||||||
} else if c.useVndk() || c.hasVendorVariant() {
|
} else if c.useVndk() || c.hasVendorVariant() {
|
||||||
// Do not enable coverage for VNDK libraries
|
// Do not enable coverage for VNDK libraries
|
||||||
|
} else if c.IsStubs() {
|
||||||
|
// Do not enable coverage for platform stub libraries
|
||||||
} else if c.isNDKStubLibrary() {
|
} else if c.isNDKStubLibrary() {
|
||||||
// Do not enable coverage for NDK stub libraries
|
// Do not enable coverage for NDK stub libraries
|
||||||
} else if c.coverage != nil {
|
} else if c.coverage != nil {
|
||||||
|
Reference in New Issue
Block a user