bazelbuild / rules_android_ndk

Apache License 2.0
31 stars 15 forks source link

Let users declare repository without registering the toolchain #61

Closed gferon closed 9 months ago

gferon commented 9 months ago

This enables using --extra_toolchains on specific platforms, which is helpful when building a monorepo that has platforms without the Android SDK/NDK available.

Without this, it's impossible to use these rules if you're planning in a system where the NDK is unavailable (or not installed).