Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
docker-images
Commits
8310ee57
Commit
8310ee57
authored
Aug 29, 2016
by
Hugo Beauzée-Luyssen
Committed by
Konstantin Pavlov
Aug 29, 2016
Browse files
Android: Update NDK version
Signed-off-by:
Konstantin Pavlov
<
thresh@videolan.org
>
parent
18971663
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-debian-android/Dockerfile
View file @
8310ee57
...
...
@@ -11,9 +11,9 @@ RUN dpkg --add-architecture i386 && apt-get update && \
# install android sdk
COPY
accept-licenses.sh /root
RUN
mkdir
sdk
&&
cd
sdk
&&
\
wget http://dl.google.com/android/repository/android-ndk-r1
1c
-linux-x86_64.zip
&&
\
unzip android-ndk-r1
1c
-linux-x86_64.zip
&&
\
rm
-f
android-ndk-r1
1c
-linux-x86_64.zip
&&
\
wget http://dl.google.com/android/repository/android-ndk-r1
2b
-linux-x86_64.zip
&&
\
unzip android-ndk-r1
2b
-linux-x86_64.zip
&&
\
rm
-f
android-ndk-r1
2b
-linux-x86_64.zip
&&
\
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
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment