summaryrefslogtreecommitdiff
path: root/filesystem/filesystem.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-01-25 23:19:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-01-25 23:19:29 +0000
commite28cdf362e5ad2a5528044e2ce3c4ad3de5e92f3 (patch)
treead67d799bf0e51be537ce878063b8ee3b30f17f0 /filesystem/filesystem.go
parent1627236844094d81d2004582e0844cd13e5192f3 (diff)
parentf5f4ad3db6b3c0a58381ed808467c174491adbb3 (diff)
Merge "Convert coverageMutator to a TransitionMutator" into main
Diffstat (limited to 'filesystem/filesystem.go')
-rw-r--r--filesystem/filesystem.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/filesystem.go b/filesystem/filesystem.go
index 7b207d6ce..2f6476c82 100644
--- a/filesystem/filesystem.go
+++ b/filesystem/filesystem.go
@@ -512,6 +512,6 @@ func sha1sum(values []string) string {
var _ cc.UseCoverage = (*filesystem)(nil)
-func (*filesystem) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool {
+func (*filesystem) IsNativeCoverageNeeded(ctx android.IncomingTransitionContext) bool {
return ctx.Device() && ctx.DeviceConfig().NativeCoverageEnabled()
}