Having some trouble with the last stage of your build script in tools-android. Seems to be an issue linking zlib and libxml2. I'm going to take a look but i think it should be dynamically linked with the android system zlib...
/Users/jordanschidlowsky/Library/Android/android-ndk-r20-clang-r353983d/toolchains/llvm/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld.gold: error: z: no archive symbol table (run ranlib)
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlCreateZMemBuff: error: undefined reference to 'deflateInit2_'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlCreateZMemBuff: error: undefined reference to 'crc32'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlGzfileRead: error: undefined reference to 'gzread'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlGzfileClose: error: undefined reference to 'gzclose'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function __xmlParserInputBufferCreateFilename: error: undefined reference to 'gzdirect'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlGzfileOpenW: error: undefined reference to 'gzdopen'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlGzfileOpenW: error: undefined reference to 'gzopen'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlGzfileWrite: error: undefined reference to 'gzwrite'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlFreeZMemBuff: error: undefined reference to 'deflateEnd'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlGzfileOpen_real: error: undefined reference to 'gzdopen'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlGzfileOpen_real: error: undefined reference to 'gzopen'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlZMemBuffAppend: error: undefined reference to 'deflate'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlZMemBuffAppend: error: undefined reference to 'crc32'
./.libs/libxml2.a(xmlIO.o):xmlIO.c:function xmlZMemBuffGetContent: error: undefined reference to 'deflate'
./.libs/libxml2.a(nanohttp.o):nanohttp.c:function xmlNanoHTTPRead: error: undefined reference to 'inflate'
./.libs/libxml2.a(nanohttp.o):nanohttp.c:function xmlNanoHTTPFreeCtxt: error: undefined reference to 'inflateEnd'
./.libs/libxml2.a(nanohttp.o):nanohttp.c:function xmlNanoHTTPScanAnswer: error: undefined reference to 'inflateInit2_'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [xmllint] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### phases/14-libxml2.sh failed for ABI armeabi-v7a