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:
Nick Novitski 2018-10-24 15:38:52 -07:00
parent ec8f320797
commit 6e07691ed7

View file

@ -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