Browse Source

Remove NDK gnu-libstdc from the docker image

android-5
Fredrik Fornwall 7 years ago
parent
commit
d0195549d7
  1. 2
      scripts/Dockerfile

2
scripts/Dockerfile

@ -27,7 +27,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* && \
cd /home/builder/lib/android-ndk/ && \
rm -Rf toolchains/mips* && \
rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/system/ sources/cxx-stl/stlport && \
rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/system sources/cxx-stl/stlport sources/cxx-stl/gnu-libstdc++ && \
cd /home/builder/lib/android-sdk/tools && rm -Rf emulator* lib* proguard templates
# We expect this to be mounted with '-v $PWD:/home/builder/termux-packages':

Loading…
Cancel
Save