NDK 25.x removed the bundled ld.gold/ld.bfd linkers, replacing
them with the ld.ldd linker from LLVM. This causes the toolchains
to pick up the host OS' `ld.gold` instead, which does not
know how to link ARM(64) code and fails the build.
Fixes:
|
||
|---|---|---|
| .. | ||
| src | ||
| tools | ||
| build.gradle | ||
| publish.gradle | ||