Skip to content

Allow setting api_level via --action_env #113

@tawakasdf

Description

@tawakasdf

At the moment the api_level parameter can only be set via attrs inside WORKSPACE, which will be removed soon. Or through android_ndk_repository_extension = use_extension(
"@rules_android_ndk//:extension.bzl",
"android_ndk_repository_extension",
)

android_ndk_repository_extension.configure(api_level = 21)

use_repo(android_ndk_repository_extension, "androidndk"), which is not flexible

Metadata

Metadata

Assignees

No one assigned

    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