diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-10-04 09:13:05 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-05 08:19:31 -0700 |
commit | ea0e447e0dec06a7063cbe435d7f8498d5a5fba7 (patch) | |
tree | 1d0ed80a1f224d86b3fa4ce714b3fc04a9bdae4f /scripts/docker/android-build-container/download.sh | |
parent | 44583734886db665ea3d5964a1b2705fe0a0f4b6 (diff) | |
download | subsurface-ea0e447e0dec06a7063cbe435d7f8498d5a5fba7.tar.gz |
builld-system: switch Android to Qt 5.13.1
This fixes the SSL issue with Android 5.x/Lollipop.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/docker/android-build-container/download.sh')
-rwxr-xr-x | scripts/docker/android-build-container/download.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/docker/android-build-container/download.sh b/scripts/docker/android-build-container/download.sh new file mode 100755 index 000000000..fffaeb18f --- /dev/null +++ b/scripts/docker/android-build-container/download.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +wget https://download.qt.io/official_releases/qt/5.13/5.13.1/qt-opensource-linux-x64-5.13.1.run +wget https://dl.google.com/android/repository/android-ndk-r18b-linux-x86_64.zip +wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip +wget https://ftp.osuosl.org/pub/blfs/conglomeration/cmake/cmake-3.13.2.tar.gz |