Android: build both 32 and 64 bit binaries

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-12-24 13:31:34 -08:00
parent ed32331640
commit 6fb135eb46
4 changed files with 7 additions and 3 deletions

View file

@ -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 \