From a236dd4fd2f2a4925ad4f94075de96126980eb83 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 16 Jul 2019 16:59:48 -0700 Subject: 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 --- scripts/docker/android-build-container/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/docker') 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` -- cgit v1.2.3-70-g09d2