Skip to content
Snippets Groups Projects
Commit 580dc8cb authored by Steve Lhomme's avatar Steve Lhomme
Browse files

vlc-debian-android: switch to NDK 25c

This is the latest update of the SDK.
parent c857416b
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,8 @@ RUN groupadd --gid ${VIDEOLAN_CI_UID} videolan && \
echo "export ANDROID_NDK=${ANDROID_NDK}" >> /etc/profile.d/vlc_env.sh && \
echo "export ANDROID_SDK=${ANDROID_SDK}" >> /etc/profile.d/vlc_env.sh && \
mkdir sdk && cd sdk && \
ANDROID_NDK_VERSION=25 && \
ANDROID_NDK_SHA256=cd661aeda5d9b7cfb6e64bd80737c274d7c1c0d026df2f85be3bf3327b25e545 && \
ANDROID_NDK_VERSION=25c && \
ANDROID_NDK_SHA256=769ee342ea75f80619d985c2da990c48b3d8eaf45f48783a2d48870d04b46108 && \
wget -q https://dl.google.com/android/repository/android-ndk-r$ANDROID_NDK_VERSION-linux.zip && \
echo $ANDROID_NDK_SHA256 android-ndk-r$ANDROID_NDK_VERSION-linux.zip | sha256sum -c && \
unzip android-ndk-r$ANDROID_NDK_VERSION-linux.zip && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment