summaryrefslogtreecommitdiffstats
path: root/scripts/android/before_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/android/before_install.sh')
-rw-r--r--scripts/android/before_install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/android/before_install.sh b/scripts/android/before_install.sh
index 2d428b4b6..253708320 100644
--- a/scripts/android/before_install.sh
+++ b/scripts/android/before_install.sh
@@ -8,6 +8,7 @@ git describe
# setup build dir on the host, not inside of the container
mkdir -p ../subsurface-mobile-build-arm
+mkdir -p ../subsurface-mobile-build-arm64
# this uses a custom built Ubuntu image that includes Qt for Android and
# Android NDK/SDK
@@ -15,6 +16,7 @@ mkdir -p ../subsurface-mobile-build-arm
PARENT="$( cd .. && pwd )"
docker run -v $PWD:/android/subsurface \
-v $PARENT/subsurface-mobile-build-arm:/android/subsurface-mobile-build-arm \
+ -v $PARENT/subsurface-mobile-build-arm64:/android/subsurface-mobile-build-arm64 \
--name=builder \
-w /android \
-d dirkhh/android-builder:5.12.02 \