bazelbuild / bazelbuild/rules_android_ndk

Missing "default_crosstool" or "toolchain-libcpp" causing some Google dependencies fail to build for Android.

Open
#36 0 comments 1 reaction 0 assignees View on GitHub
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

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.