android: Build and link with zlib

Previously, we linked with zlib shipped with NDK, but it seems this is
not part of NDK API, and thus could break our app.
This commit is contained in:
Tatsuhiro Tsujikawa 2015-05-21 00:00:37 +09:00
parent eb9dafc247
commit fb720b3077
3 changed files with 24 additions and 10 deletions

View file

@ -350,6 +350,7 @@ assumes the following libraries have been built for cross-compile:
* c-ares
* openssl
* expat
* zlib
When building the above libraries, make sure that disable shared
library and enable only static library. We are going to link those