bazelbuild / bazelbuild/rules_android
Usage of `Label` does not work when rule is defined as an external repo
Open
- Dominant language
- Java
- Stars
- 203
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
[get_feature_module_paths()](https://github.com/bazelbuild/rules_android/blob/pre-alpha/rules/android_application/android_feature_module_rule.bzl#L85) is broken due to the usage of `Label()`. Creating a Label in an external repo will append `@external_repo_name//` to the label which is not correct.
Contributor guide
Assessment
This issue has not been assessed yet.