Skip to content
Snippets Groups Projects
Commit fc1853ca authored by Krzysztof Bąk's avatar Krzysztof Bąk
Browse files

Update build_as_vagrant.sh

parent 06013de7
No related branches found
No related tags found
No related merge requests found
Pipeline #935 passed with stages
in 9 minutes and 35 seconds
......@@ -19,6 +19,8 @@ wait %2
chown -R vagrant:vagrant /home/vagrant
cd /home/vagrant
chmod -R 777 tools
mkdir "$ANDROID_HOME/licenses"
echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
echo y | ./tools/bin/sdkmanager "build-tools;25.0.1" "build-tools;24.0.0" "platforms;android-25" "platforms;android-24" "platforms;android-23" "platform-tools" "extras;android;m2repository" "extras;google;m2repository" "extras;google;google_play_services"
wait %1
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