Skip to content

Min SDK hardcoded when expanding desugaring configurations #457

@Bencodes

Description

@Bencodes

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 +

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions