Dockerfile: Do not remove non android-21 platforms
This commit is contained in:
parent
f75ddb4e01
commit
167405240b
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user