diff options
Diffstat (limited to 'cc/library.go')
| -rw-r--r-- | cc/library.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/library.go b/cc/library.go index 71d8170e..39f7a724 100644 --- a/cc/library.go +++ b/cc/library.go @@ -758,6 +758,10 @@ func (library *libraryDecorator) nativeCoverage() bool { return true } +func (library *libraryDecorator) coverageOutputFilePath() android.OptionalPath { + return library.coverageOutputFile +} + func getRefAbiDumpFile(ctx ModuleContext, vndkVersion, fileName string) android.Path { isLlndk := inList(ctx.baseModuleName(), llndkLibraries) || inList(ctx.baseModuleName(), ndkMigratedLibs) |
