mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: build both 32 and 64 bit binaries
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ed32331640
commit
6fb135eb46
4 changed files with 7 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue