Dockerfile: Do not remove non android-21 platforms

This commit is contained in:
Fredrik Fornwall 2017-07-07 12:23:13 +02:00
parent f75ddb4e01
commit 167405240b
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ RUN apt-get update && \
cd /home/builder/lib/android-ndk/ && \
rm -Rf toolchains/mips* && \
rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/llvm-libc++* sources/cxx-stl/system/ sources/cxx-stl/stlport && \
cd platforms && ls | grep -v android-21 | xargs rm -Rf && \
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':