summaryrefslogtreecommitdiff
path: root/bpf
diff options
context:
space:
mode:
Diffstat (limited to 'bpf')
-rw-r--r--bpf/bpf.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpf/bpf.go b/bpf/bpf.go
index d135d5f56..38777ff65 100644
--- a/bpf/bpf.go
+++ b/bpf/bpf.go
@@ -313,7 +313,7 @@ type bazelBpfAttributes struct {
}
// bpf bp2build converter
-func (b *bpf) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
+func (b *bpf) ConvertWithBp2build(ctx android.Bp2buildMutatorContext) {
if ctx.ModuleType() != "bpf" {
return
}