bazelbuild / bazelbuild/rules_android_ndk

Allow setting api_level via --action_env

Open
#113 1 comment 1 reaction 0 assignees View on GitHub
enhancement good first issue
Dominant language
Starlark
Stars
43
Forks
32
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.