bazelbuild / bazelbuild/rules_android_ndk
Missing "default_crosstool" or "toolchain-libcpp" causing some Google dependencies fail to build for Android.
Open
- Dominant language
- Starlark
- Stars
- 43
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Some Google projects like [protocolbuffers](https://github.com/protocolbuffers/protobuf/blob/main/build_defs/BUILD.bazel#L65) or [boringssl](https://github.com/google/boringssl/blob/b9232f9e27e5668bc0414879dcdedb2a59ea75f2/BUILD#L82) replies on checking `crosstool_top` value for whether it is an Android target or not.
Adding a `default_crosstool` or `toolchain-libcpp` alias could be a workaround for the problem.
Contributor guide
Assessment
This issue has not been assessed yet.