Skip to content

Instantly share code, notes, and snippets.

@tophyr
Created September 12, 2012 22:28
Show Gist options
  • Save tophyr/3710452 to your computer and use it in GitHub Desktop.
Save tophyr/3710452 to your computer and use it in GitHub Desktop.
if [ "$TEST_PLATFORMS" = "single" ] then
AVDS=4.0-hdpi-normal
elif [ "$TEST_PLATFORMS" = "full" ] then
AVDS=`$ANDROID list avds -c`
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment