Skip to content
Snippets Groups Projects
Commit c54bea06 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Download SDK using sdkmanager

parent 74cd0ab6
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,12 @@ if [ ! -f local.properties ]; then
echo ndk.dir=$ANDROID_NDK >> local.properties
fi
# Download build tools, Android SDK version & Android AppCompat
for i in "build-tools;25.0.2" "platforms;android-24" "extras;google;m2repository"; do
echo "Downloading $i"
$ANDROID_SDK/tools/bin/sdkmanager $i
done
####################
# Fetch VLC source #
####################
......
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