From b0e81ff978c62d44b62a72a6969ea1d9d0245e6d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 22 Dec 2018 09:22:25 -0800 Subject: Android: create docker container Signed-off-by: Dirk Hohndel --- scripts/docker/android-build-container/setup-docker.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/docker/android-build-container/setup-docker.sh diff --git a/scripts/docker/android-build-container/setup-docker.sh b/scripts/docker/android-build-container/setup-docker.sh new file mode 100644 index 000000000..98c13ec48 --- /dev/null +++ b/scripts/docker/android-build-container/setup-docker.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# Use this to re-create a docker container for building Android binaries + +# copy the dependency script into this folder +cp ../../../packaging/android/android-build-wrapper.sh . +cp ../../../packaging/android/variables.sh . +cp ../../../packaging/android/qt-installer-noninteractive.qs . + +# create the container (this takes a while) +sudo docker build -t android-builder --squash . -- cgit v1.2.3-70-g09d2