summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Parsons <cparsons@google.com>2023-09-20 18:32:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-20 18:32:15 +0000
commitd17cd021490842122c3710e6f722558c7d1876fd (patch)
tree76b87d5cae1bfee3099a9a632f56498abe88d086
parent296617868643182e56712f0d18e051b297f4b15f (diff)
parent9a6f8edb89eaff1b8981ab8c1455d838299064f4 (diff)
downloadwayland-protocols-d17cd021490842122c3710e6f722558c7d1876fd.tar.gz
Change ConvertWithBp2build signature am: 9a6f8edb89
Original change: https://android-review.googlesource.com/c/platform/external/wayland-protocols/+/2751665 Change-Id: I61fc472bc0a72c3dccd72d4bfeb3df0f0aebd1c1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--wayland_protocol_codegen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland_protocol_codegen.go b/wayland_protocol_codegen.go
index bf7a9af..0711ac7 100644
--- a/wayland_protocol_codegen.go
+++ b/wayland_protocol_codegen.go
@@ -920,7 +920,7 @@ type bazelGensrcsAttributes struct {
}
// ConvertWithBp2build converts a Soong module -> Bazel target.
-func (m *Module) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
+func (m *Module) ConvertWithBp2build(ctx android.Bp2buildMutatorContext) {
// Bazel only has the "tools" attribute.
tools_prop := android.BazelLabelForModuleDeps(ctx, m.properties.Tools)
tool_files_prop := android.BazelLabelForModuleSrc(ctx, m.properties.Tool_files)