androidenv: remove android
command from fetch.sh
It's deprecated, and no longer prints the urls of any xml files for the script to parse.
This commit is contained in:
parent
ec8f320797
commit
6e07691ed7
@ -1,8 +1,5 @@
|
|||||||
#! /usr/bin/env nix-shell
|
#! /usr/bin/env nix-shell
|
||||||
#! nix-shell -i bash --pure -p androidsdk curl libxslt
|
#! nix-shell -i bash --pure -p curl libxslt
|
||||||
|
|
||||||
# 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 intel addons, as they are Windows+osX only
|
||||||
# we skip the default sys-img (arm?) because it is empty
|
# we skip the default sys-img (arm?) because it is empty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user