From 9f2f78b96abb538b0709d5bc5022d8dbb5c50353 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 12 Aug 2021 22:51:45 +0900 Subject: [PATCH] Bump android build dependencies --- README.android | 6 +++--- README.rst | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.android b/README.android index dbea0519..997d0bac 100644 --- a/README.android +++ b/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 diff --git a/README.rst b/README.rst index 09619f9d..dc9233ed 100644 --- a/README.rst +++ b/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/``.