diff options
Diffstat (limited to 'rust/protobuf.go')
-rw-r--r-- | rust/protobuf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/protobuf.go b/rust/protobuf.go index ae828442b..c8d2bdaeb 100644 --- a/rust/protobuf.go +++ b/rust/protobuf.go @@ -282,7 +282,7 @@ type protoLibraryAttributes struct { Srcs bazel.LabelListAttribute } -func protoLibraryBp2build(ctx android.TopDownMutatorContext, m *Module) { +func protoLibraryBp2build(ctx android.Bp2buildMutatorContext, m *Module) { var protoFiles []string for _, propsInterface := range m.sourceProvider.SourceProviderProps() { |