Pārlūkot izejas kodu

Bump android build dependencies

Tatsuhiro Tsujikawa 4 gadi atpakaļ
vecāks
revīzija
9f2f78b96a
2 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 3 3
      README.android
  2. 2 2
      README.rst

+ 3 - 3
README.android

@@ -42,10 +42,10 @@ aria2c executable was generated using android-ndk-r14b.
 
 The following libraries were statically linked.
 
-* openssl 1.1.1c
-* expat 2.2.7
+* openssl 1.1.1k
+* expat 2.4.1
 * zlib 1.2.11
-* c-ares 1.15.0
+* c-ares 1.17.2
 * libssh2 1.9.0
 
 Since Android does not have ``/etc/resolv.conf``, c-ares (asynchronous

+ 2 - 2
README.rst

@@ -359,7 +359,7 @@ Cross-compiling Android binary
 In this section, we describe how to build Android binary using Android
 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.
 
 ``android-config`` script is a configure script wrapper for Android
@@ -379,7 +379,7 @@ libraries statically.
 ``android-config`` assumes that ``$ANDROID_HOME`` and ``$NDK``
 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
 ``$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/``.