mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 04:57:38 +03:00
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:
parent
eb9dafc247
commit
fb720b3077
3 changed files with 24 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue