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 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash --pure -p androidsdk curl libxslt
|
||||
|
||||
# this shows a list of available xmls
|
||||
android list sdk | grep 'Parse XML:' | cut -f8- -d\ # | xargs -n 1 curl -O
|
||||
#! nix-shell -i bash --pure -p curl libxslt
|
||||
|
||||
# we skip the intel addons, as they are Windows+osX only
|
||||
# we skip the default sys-img (arm?) because it is empty
|
||||
|
|
Loading…
Reference in a new issue