Dockerfile: Clean up for ndk r18

This commit is contained in:
Fredrik Fornwall 2018-09-27 01:06:34 +02:00
parent 1269f41c93
commit 0eb957e0e4
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ RUN apt-get update && \
apt-get clean && \
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 sources/cxx-stl/gnu-libstdc++ && \
cd /home/builder/lib/android-sdk/tools && rm -Rf emulator* lib* proguard templates
rm -Rf sources/cxx-stl/system && \
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':
WORKDIR /home/builder/termux-packages