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

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