aboutsummaryrefslogtreecommitdiffstats
path: root/cc/library.go
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-02-05 02:13:57 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-02-05 02:13:57 +0000
commita4f4c0d08088a3bd8d00257e058d1bdfc093b1f8 (patch)
treea861806004653c8cb5543528356938bcd9b2497f /cc/library.go
parent30977d507dd15b7df366b467f4012a3c75a25775 (diff)
parent8ee870a540764c8b8ca538fec4ddf18d056b6ec4 (diff)
downloadbuild_soong-a4f4c0d08088a3bd8d00257e058d1bdfc093b1f8.tar.gz
build_soong-a4f4c0d08088a3bd8d00257e058d1bdfc093b1f8.tar.bz2
build_soong-a4f4c0d08088a3bd8d00257e058d1bdfc093b1f8.zip
Snap for 6182290 from 8ee870a540764c8b8ca538fec4ddf18d056b6ec4 to qt-qpr3-releaseandroid-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37
Change-Id: I0b819cd37a1f6a04d0e2dcf61e3457e5711e94a8
Diffstat (limited to 'cc/library.go')
-rw-r--r--cc/library.go4
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)