summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Parsons <cparsons@google.com>2023-09-20 19:28:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-20 19:28:37 +0000
commit4cdf1c78bb475ad686c7ec0dda072e18657f3888 (patch)
tree76b87d5cae1bfee3099a9a632f56498abe88d086
parentcc4d2fa2a4a745f60ccc3a788a1f9ee5e46a8eb8 (diff)
parent895874b7d6ea26645674e388b2efa2442caa29e6 (diff)
downloadwayland-protocols-4cdf1c78bb475ad686c7ec0dda072e18657f3888.tar.gz
Change ConvertWithBp2build signature am: 9a6f8edb89 am: d17cd02149 am: 895874b7d6
Original change: https://android-review.googlesource.com/c/platform/external/wayland-protocols/+/2751665 Change-Id: Ibdd8a725ce21feef6e4d8147c5c2ef05ca8c2594 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)