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:
|
"--min_sdk_version=%d " % min_sdk_version.DEPOT_FLOOR + |