-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
incompatible_disable_native_android_rules #8391
Comments
Flag has been added. Should be released in 0.27 |
And the |
Wait, this didn't go in to 2.0? At this point, this is blocking the rules_kotlin proceeding with fixing this same issue, triggering the following errors:
|
This is labeled with Please update the issue status. |
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
The Starlark migration is completed, and the Android rules have been removed in Bazel 8. |
As proposed and accepted in Android Native to Starlark Migration we will be disabling all usage of the native Android build rules. Users should be using the Starlark Android Rules.
Migration
WORKSPACE
android_*
rules in yourBUILD
and.bzl
files:We will be updating
buildifier
to automatically perform step 2, but it is trivial to perform manually.Expected Timeline
The text was updated successfully, but these errors were encountered: