With NDK 26-rc1, Zlib fails to compile for this: ``` ld.lld: error: version script assignment of 'local' to symbol 'gz_intmax' failed: symbol not defined ``` Reason was most likely was: https://reviews.llvm.org/D135402 That means, the error (for now) could be ignored with passing this: ``` -Wl,--undefined-version ```