Dockerfile: Do not remove non android-21 platforms
authorFredrik Fornwall <fredrik@fornwall.net>
Fri, 7 Jul 2017 10:23:13 +0000 (12:23 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 7 Jul 2017 10:23:13 +0000 (12:23 +0200)
scripts/Dockerfile

index 320eb12..0491b32 100644 (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':