Lines Matching full:run
30 # Ubuntu 14.04 with tools required to run OpenThread Android check
43 RUN apt-get -y update && apt-get --no-install-recommends install -y \
52 RUN wget https://dl.google.com/android/repository/android-ndk-r17c-linux-x86_64.zip \
58 RUN mkdir build && cd build && git init && git pull --depth 1 https://android.googlesource.com/plat…
59 RUN ln -s build/core/main.mk Makefile
61 RUN mkdir /opt/bin
64 RUN printf '#!/bin/sh\n\
76 RUN mkdir -p system/core/include/arch/linux-arm \
95 RUN rm -rf "$ANDROID_NDK_PATH"/platforms
96 RUN rm -rf "$ANDROID_NDK_PATH"/prebuilt
97 RUN rm -rf "$ANDROID_NDK_PATH"/shader-tools
98 RUN rm -rf "$ANDROID_NDK_PATH"/sources
99 RUN rm -rf "$ANDROID_NDK_PATH"/sysroot
100 RUN rm -rf "$ANDROID_NDK_PATH"/simpleperf
101 RUN cd "$ANDROID_NDK_PATH"/toolchains && rm -rf aarch64-linux-android-4.9 llvm mips64el-linux-andro…
102 RUN apt-get purge -y unzip wget git && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib…