Android: hack around the build issue with a custom container

Local testing seems to indicate that the build should work with this container.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-07-16 16:59:48 -07:00
parent 7dcfc9d96b
commit a236dd4fd2
2 changed files with 2 additions and 1 deletions

View file

@ -19,5 +19,5 @@ docker run -v $PWD:/android/subsurface \
-v $PARENT/subsurface-mobile-build-docker-arm64:/android/subsurface-mobile-build-arm64 \
--name=android-builder \
-w /android \
-d dirkhh/android-builder:5.12.04 \
-d dirkhh/android-builder:5.12.04.1 \
/bin/sleep 60m

View file

@ -53,4 +53,5 @@ RUN cd /android && \
ls -l && \
du -sh *
RUN apt-get clean
RUN cd /android/android-ndk-r18b/toolchains && ln -s x86_64-4.9 x86-64-4.9
RUN touch /android/finished-`date`