You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the tools have been moved (aar import tools, and a few misc tools) over. The resource processor depends on Bazel's internal options parser and well as the java worker library. The processor is being moved to JCommander to break the dependency on Bazel's internal code, and the worker library is being moved to its own repository on github.
The tools have been moved, however due to dependency issues and some code logistics issues with how the rules_android repository is shared internally with the Google repository, many of the dependencies still live in the bazel repo or otherwise do not live in the rules_android repo. Cleaning this up probably won't make it to rules_android 0.6.0, but a future release
The tools that the Starlark Android rules use reside in the https://github.com/bazelbuild/bazel repo, and should be moved to https://github.com/bazelbuild/rules_android
The text was updated successfully, but these errors were encountered: