summaryrefslogtreecommitdiff
path: root/rust/benchmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'rust/benchmark.go')
-rw-r--r--rust/benchmark.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/benchmark.go b/rust/benchmark.go
index 8c3e5151e..eaa2176a2 100644
--- a/rust/benchmark.go
+++ b/rust/benchmark.go
@@ -89,7 +89,7 @@ func (benchmark *benchmarkDecorator) autoDep(ctx android.BottomUpMutatorContext)
return rlibAutoDep
}
-func (benchmark *benchmarkDecorator) stdLinkage(ctx *depsContext) RustLinkage {
+func (benchmark *benchmarkDecorator) stdLinkage(device bool) RustLinkage {
return RlibLinkage
}