From 95b0cab9ea4d27b447a4877920551d3e20c4655f Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 7 Jul 2017 12:23:13 +0200 Subject: [PATCH] Dockerfile: Do not remove non android-21 platforms --- scripts/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 320eb128..0491b322 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -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': -- 2.11.0