bazelbuild / bazelbuild/rules_android
Min SDK hardcoded when expanding desugaring configurations
Open
- Dominant language
- Java
- Stars
- 203
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
The min sdk is currently being hard coded to the floor version, and does not read from the minimum SDK version being set by the user. https://github.com/search?q=repo%3Abazelbuild/rules_android%20DEPOT_FLOOR&type=code
This results in configurations within Bazel being expanded with a fixed min SDK that does not reflect the minimum sdk being set by the user. Ex:
https://github.com/bazelbuild/rules_android/blob/66f9a44aab872055b31c894f5792871aea4b79eb/tools/android/BUILD#L175
Contributor guide
Assessment
This issue has not been assessed yet.