Closed marcushultman closed 9 months ago
NDK r23 & r24 for linux both includes a BUILD.bazel file in the clang resource directory. When using just BUILD, the bundled file will take precedence (docs). As such, for the toolchain to be found, the ndk rules needs to overwrite it or delete it.
BUILD.bazel
BUILD
Apologies for merging things out of order, this was included in https://github.com/bazelbuild/rules_android_ndk/commit/2e6fddd7a94cfa0663d16d5a84ab9eb52391745f
NDK r23 & r24 for linux both includes a
BUILD.bazel
file in the clang resource directory. When using justBUILD
, the bundled file will take precedence (docs). As such, for the toolchain to be found, the ndk rules needs to overwrite it or delete it.