bazelbuild / bazelbuild/rules_android_ndk
Allow setting api_level via --action_env
Open
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
Assessment
This issue has not been assessed yet.