Browse Source

Do not remove libc++ in Dockerfile setup

android-5
Fredrik Fornwall 8 years ago
parent
commit
f8f9c19bef
  1. 2
      scripts/Dockerfile

2
scripts/Dockerfile

@ -27,7 +27,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
cd /home/builder/lib/android-ndk/ && \ cd /home/builder/lib/android-ndk/ && \
rm -Rf toolchains/mips* && \ rm -Rf toolchains/mips* && \
rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/llvm-libc++* sources/cxx-stl/system/ sources/cxx-stl/stlport && \ rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/system/ sources/cxx-stl/stlport && \
cd /home/builder/lib/android-sdk/tools && rm -Rf emulator* lib* proguard templates 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': # We expect this to be mounted with '-v $PWD:/home/builder/termux-packages':

Loading…
Cancel
Save