Skip to content

Commit

Permalink
Android - clear out old NDK in docker file. (youtube#2613)
Browse files Browse the repository at this point in the history
b/323184809

Change-Id: Ib350ba060b049fe90695b167786631e64d14f7dd
  • Loading branch information
niranjanyardi authored Mar 16, 2024
1 parent cc3679c commit fb524a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/linux/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ARG CMDLINE_URL=https://dl.google.com/android/repository/${TOOLS}
ENV ANDROID_SDK_ROOT=/root/starboard-toolchains/AndroidSdk/

RUN cd /tmp \
&& rm -rf ${ANDROID_SDK_ROOT} \
&& mkdir -p ${ANDROID_SDK_ROOT} \
&& curl --silent -O -J ${CMDLINE_URL} \
&& unzip ${TOOLS} -d ${ANDROID_SDK_ROOT} \
Expand All @@ -65,7 +66,6 @@ RUN cd /tmp \
"extras;android;m2repository" \
"extras;google;m2repository" \
"ndk;25.2.9519653" \
"platforms;android-30" \
"platforms;android-31" \
"platform-tools" \
&& echo "Android SDK installed"
Expand Down

0 comments on commit fb524a3

Please sign in to comment.