diff options
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/rust.go b/rust/rust.go index 32998616e..9dae75ee5 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -501,7 +501,7 @@ func (mod *Module) isCoverageVariant() bool { var _ cc.Coverage = (*Module)(nil) -func (mod *Module) IsNativeCoverageNeeded(ctx android.IncomingTransitionContext) bool { +func (mod *Module) IsNativeCoverageNeeded(ctx cc.IsNativeCoverageNeededContext) bool { return mod.coverage != nil && mod.coverage.Properties.NeedCoverageVariant } |