This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Description
After R22 of the NDK, the NDK is clang only for build it seems? Per android/ndk#1375 this means that the GCC toolchains that are attempting to be found no longer are (specifically at
|
Path getNdkGccToolRoot() { |
|
return processDirectoryPathPattern( |
|
"toolchains/{toolchain}-{gcc_compiler_version}/prebuilt/{hostname}"); |
|
} |
this causes error using newer toolchains than R22).