Skip to content

fix: update rules_android to 0.7.1 to support bazel 9 - #6

Merged
filmil merged 2 commits into
ai-dev-20260328-9f1efrom
fix-bazel-rules-android-build-11660525259255278655
Mar 28, 2026
Merged

fix: update rules_android to 0.7.1 to support bazel 9#6
filmil merged 2 commits into
ai-dev-20260328-9f1efrom
fix-bazel-rules-android-build-11660525259255278655

Conversation

@filmil

@filmil filmil commented Mar 28, 2026

Copy link
Copy Markdown
Owner

Fixes a build failure caused by upgrading to Bazel 9, which removed the CcInfo symbol from rules_android version 0.6.4 and older. Upgrading to 0.7.1 fixes the issue. Also ran bazel run //:gazelle and bazel run @rules_go//go -- mod tidy to clean up the BUILD.bazel files.


PR created automatically by Jules for task 11660525259255278655 started by @filmil

Upgraded rules_android to version 0.7.1 in MODULE.bazel to resolve build
failures occurring due to the removal of the CcInfo symbol in Bazel 9.0.
Also updated Gazelle's generated build targets.

Co-authored-by: filmil <246576+filmil@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

data = ["names.txt"],
importpath = "github.com/filmil/synod/internal/names",
visibility = ["//visibility:public"],
data = ["names.txt"],

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't remove this

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have restored this data attribute by reverting the modifications made to this file by Gazelle.

Comment thread internal/names/BUILD.bazel
data = ["//third_party/bootstrap"],
importpath = "github.com/filmil/synod/internal/server",
visibility = ["//visibility:public"],
data = ["//third_party/bootstrap"],

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't remove this.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have restored this data attribute by reverting the modifications made to this file by Gazelle.

Comment thread proto/paxos/v1/BUILD
Comment thread proto/paxos/v1/BUILD
The previous commit mistakenly included changes to `BUILD.bazel` files
generated by `bazel run //:gazelle`. This commit reverts those changes
as requested in the PR review, keeping only the update to `rules_android`
in `MODULE.bazel`.

Co-authored-by: filmil <246576+filmil@users.noreply.github.com>
@filmil
filmil merged commit dd90d64 into ai-dev-20260328-9f1e Mar 28, 2026
1 check passed
@filmil
filmil deleted the fix-bazel-rules-android-build-11660525259255278655 branch March 28, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant