Skip to content
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

Migrate Bazel Android Tools from bazel repo to rules_android repo #203

Open
ahumesky opened this issue Feb 13, 2024 · 2 comments
Open

Migrate Bazel Android Tools from bazel repo to rules_android repo #203

ahumesky opened this issue Feb 13, 2024 · 2 comments
Labels
Roadmap Roadmap Item

Comments

@ahumesky
Copy link
Collaborator

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

@ahumesky ahumesky added the Roadmap Roadmap Item label Feb 13, 2024
@ahumesky
Copy link
Collaborator Author

ahumesky commented Aug 2, 2024

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.

@ahumesky
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Roadmap Roadmap Item
Projects
Status: No status
Development

No branches or pull requests

1 participant