mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
android: add new build setup script
This installs the required versions for most components, switches us to Qt 5.15, current SDK, NDK, and the current OpenSSL version. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fd88058060
commit
3a00ac0157
4 changed files with 76 additions and 11 deletions
|
@ -7,7 +7,7 @@ CURRENT_LIBZIP="rel-1-5-1"
|
|||
CURRENT_LIBGIT2="v1.0.1"
|
||||
CURRENT_LIBCURL="curl-7_54_1"
|
||||
CURRENT_LIBUSB="v1.0.21"
|
||||
CURRENT_OPENSSL="OpenSSL_1_1_0h"
|
||||
CURRENT_OPENSSL="OpenSSL_1_1_1h"
|
||||
CURRENT_LIBSSH2="libssh2-1.8.0"
|
||||
CURRENT_XSLT="v1.1.34"
|
||||
CURRENT_SQLITE="3190200"
|
||||
|
@ -103,7 +103,7 @@ fi
|
|||
|
||||
# FIX FOR ANDROID,
|
||||
if [ "$PLATFORM" == "singleAndroid" ] ; then
|
||||
CURRENT_OPENSSL="OpenSSL_1_1_1d"
|
||||
CURRENT_OPENSSL="OpenSSL_1_1_1h"
|
||||
# If changing the openSSL version here, make sure to change it in packaging/android/variables.sh also.
|
||||
fi
|
||||
# no curl and old libs (never version breaks)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue