mirror of https://github.com/aria2/aria2
Bump android build dependencies
parent
faa6955c8d
commit
9f2f78b96a
|
@ -42,10 +42,10 @@ aria2c executable was generated using android-ndk-r14b.
|
||||||
|
|
||||||
The following libraries were statically linked.
|
The following libraries were statically linked.
|
||||||
|
|
||||||
* openssl 1.1.1c
|
* openssl 1.1.1k
|
||||||
* expat 2.2.7
|
* expat 2.4.1
|
||||||
* zlib 1.2.11
|
* zlib 1.2.11
|
||||||
* c-ares 1.15.0
|
* c-ares 1.17.2
|
||||||
* libssh2 1.9.0
|
* libssh2 1.9.0
|
||||||
|
|
||||||
Since Android does not have ``/etc/resolv.conf``, c-ares (asynchronous
|
Since Android does not have ``/etc/resolv.conf``, c-ares (asynchronous
|
||||||
|
|
|
@ -359,7 +359,7 @@ Cross-compiling Android binary
|
||||||
In this section, we describe how to build Android binary using Android
|
In this section, we describe how to build Android binary using Android
|
||||||
NDK cross-compiler on Debian Linux.
|
NDK cross-compiler on Debian Linux.
|
||||||
|
|
||||||
At the time of this writing, Android NDK r20 should compile aria2
|
At the time of this writing, Android NDK r21e should compile aria2
|
||||||
without errors.
|
without errors.
|
||||||
|
|
||||||
``android-config`` script is a configure script wrapper for Android
|
``android-config`` script is a configure script wrapper for Android
|
||||||
|
@ -379,7 +379,7 @@ libraries statically.
|
||||||
``android-config`` assumes that ``$ANDROID_HOME`` and ``$NDK``
|
``android-config`` assumes that ``$ANDROID_HOME`` and ``$NDK``
|
||||||
environment variables are defined.
|
environment variables are defined.
|
||||||
|
|
||||||
We currently use Android NDK r20. ``$NDK`` should point to the
|
We currently use Android NDK r21e. ``$NDK`` should point to the
|
||||||
directory to Anroid NDK. The build tools will be found under
|
directory to Anroid NDK. The build tools will be found under
|
||||||
``$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/``.
|
``$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue