Skip to content
Snippets Groups Projects
Commit 5579602a authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Konstantin Pavlov
Browse files

Android: Add a version agnostic android-ndk symlink


Signed-off-by: default avatarKonstantin Pavlov <thresh@videolan.org>
parent 8310ee57
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ RUN mkdir sdk && cd sdk && \
wget http://dl.google.com/android/repository/android-ndk-r12b-linux-x86_64.zip && \
unzip android-ndk-r12b-linux-x86_64.zip && \
rm -f android-ndk-r12b-linux-x86_64.zip && \
ln -s android-ndk-r12b android-ndk && \
wget http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz && \
tar -xzf android-sdk_r24.4.1-linux.tgz && \
rm -f android-sdk_r24.4.1-linux.tgz && \
......
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