androidsdk: Bump to version 23.02 and update all its plugins and conversion scripts

This commit is contained in:
Sander van der Burg
2014-09-02 19:18:30 +02:00
parent 02f5f25b2d
commit 800beea5f9
19 changed files with 2675 additions and 1988 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/sh
# this shows a list of available xmls
android list sdk | grep 'Parse XML:' | cut -f8- -d\ # | xargs -n 1 curl -O
# we skip the intel addons, as they are Windows+osX only
# we skip the default sys-img (arm?) because it is empty
curl -o repository-10.xml https://dl-ssl.google.com/android/repository/repository-10.xml
curl -o addon.xml https://dl-ssl.google.com/android/repository/addon.xml
curl -o sys-img.xml https://dl-ssl.google.com/android/repository/sys-img/android/sys-img.xml
./generate-addons.sh
./generate-platforms.sh
./generate-sysimages.sh