Skip to content

Allow setting api_level via --action_env #113

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions