diff options
author | 2019-10-04 09:13:05 -0700 | |
---|---|---|
committer | 2019-10-05 08:19:31 -0700 | |
commit | ea0e447e0dec06a7063cbe435d7f8498d5a5fba7 (patch) | |
tree | 1d0ed80a1f224d86b3fa4ce714b3fc04a9bdae4f /scripts/docker/android-build-container/Dockerfile | |
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/Dockerfile')
-rw-r--r-- | scripts/docker/android-build-container/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker/android-build-container/Dockerfile b/scripts/docker/android-build-container/Dockerfile index 2b7107601..62363d559 100644 --- a/scripts/docker/android-build-container/Dockerfile +++ b/scripts/docker/android-build-container/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update && \ # install, NDK and SDK there, plus the three files from the Subsurface # sources that we need to get the prep routines to run RUN mkdir -p /android -ADD qt-opensource-linux-x64-5.12.4.run /android/ +ADD qt-opensource-linux-x64-5.13.1.run /android/ ADD android-ndk-r*-linux-x86_64.zip /android/ ADD sdk-tools-linux-*.zip /android/ ADD android-build-wrapper.sh variables.sh qt-installer-noninteractive.qs /android/ |