Docker: backward compatibility for yellowstone API=19

This commit is contained in:
matlabbe
2017-05-09 11:55:08 -04:00
parent 9d18f7b15f
commit 5893e42a8d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ rm tools_r25.2.3-linux.zip
mkdir $ANDROID_HOME
mv tools $ANDROID_HOME/.
#android list sdk --all --extended
echo y | android update sdk --no-ui --all --filter platform-tools,android-21,build-tools-21.1.0
echo y | android update sdk --no-ui --all --filter platform-tools,android-19,build-tools-19.1.0,android-21,build-tools-21.1.0
# Setup android ndk
echo "wget android-ndk..."