We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rules_android
Since Bazel 8, we've needed to pull in rules_android to access rules that were previously baked into Bazel itself.
The text was updated successfully, but these errors were encountered:
This unfortunately doesn't really work as you can't load into MODULE.bazel and declare a bazel_dep only based on some condition.
load
bazel_dep
What do you need the rules_android dep for? Can you extract it out or let the user supply a rule kind?
Sorry, something went wrong.
No branches or pull requests
Since Bazel 8, we've needed to pull in
rules_android
to access rules that were previously baked into Bazel itself.The text was updated successfully, but these errors were encountered: