-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove bazel_tools android usage #1228
base: master
Are you sure you want to change the base?
Remove bazel_tools android usage #1228
Conversation
This was removed with bazel 8.x and exists in rules_android now
This complicates experimenting with Bazel 8.0rc1, and would presumably complicate migration once Bazel 8.0 is released. Would be great to see it merged some time before that happens (NET 2024-10-28) |
It's breaking a few integration tests, including bazel 6.4. Will take a a minute to sort that.
Which means, by merging, we require all users to |
Bazel 7.4.0 (or bazel 8) + the upcoming rules_android 0.6.0 release remove the need for |
@ahumesky do you have an ETA for rules_android 0.6.0? |
We're aiming for next week, bazelbuild/rules_android@6bad08d gets us very close. We have an in-progress change to make the Android rules work with Java 11. We believe the final issue is an http_jar in robolectric-bazel needs to be refactored |
Well, it turns out that getting latest rules_android + Bazel 8 + WORKSPACE to work is a pretty big quagmire. I started this issue to track the status: Perhaps late this week or early next week we will have gotten through all the issues. |
This was removed with bazel 8.x and exists in rules_android now