diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-07-16 16:59:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-07-18 06:39:00 -0700 |
commit | a236dd4fd2f2a4925ad4f94075de96126980eb83 (patch) | |
tree | 883b3c21ddb9052c00658db0f7128a68e0f70a35 /scripts/docker | |
parent | 7dcfc9d96b090d2dd8d7916f8016126bada8f17e (diff) | |
download | subsurface-a236dd4fd2f2a4925ad4f94075de96126980eb83.tar.gz |
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>
Diffstat (limited to 'scripts/docker')
-rw-r--r-- | scripts/docker/android-build-container/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/docker/android-build-container/Dockerfile b/scripts/docker/android-build-container/Dockerfile index fd47de481..5b9f88f7c 100644 --- a/scripts/docker/android-build-container/Dockerfile +++ b/scripts/docker/android-build-container/Dockerfile @@ -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` |