bazelbuild / bazelbuild/rules_android
Remove g3itr actions from OSS rules_android
Open
- Dominant language
- Java
- Stars
- 203
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
android_library and android_local_test currently call into [_add_g3itr](https://github.com/bazelbuild/rules_android/blob/4814684d5ed05b75ae5412791318e9bd4000b8e4/rules/resources.bzl#L178), which doesn't do anything (just copies input to output), but inflates the action count significantly. The g3itr action should not even be called for OSS rules_android, so it should be removed.
Contributor guide
Assessment
This issue has not been assessed yet.