aboutsummaryrefslogtreecommitdiffstats
path: root/cc/toolchain_library.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/toolchain_library.go')
-rw-r--r--cc/toolchain_library.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/toolchain_library.go b/cc/toolchain_library.go
index 5811b01f..ae08b1c7 100644
--- a/cc/toolchain_library.go
+++ b/cc/toolchain_library.go
@@ -77,3 +77,7 @@ func (library *toolchainLibraryDecorator) link(ctx ModuleContext,
return android.PathForSource(ctx, *library.Properties.Src)
}
+
+func (library *toolchainLibraryDecorator) nativeCoverage() bool {
+ return false
+}