rules_android icon indicating copy to clipboard operation
rules_android copied to clipboard

Migrate Bazel Android Tools from bazel repo to rules_android repo

Open ahumesky opened this issue 1 year ago • 1 comments

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 avatar Feb 13 '24 20:02 ahumesky

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 avatar Aug 02 '24 19:08 ahumesky