Added 'platform-tools' to the features installed by installToolChain.sh for the android build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30431 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bryan Childs 2011-09-05 08:48:29 +00:00
parent 1b70a7079e
commit 11e1f71612
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ fi
if [ -z "$(find $SDK_PATH/platforms -type d -name 'android-*')" ]; then
echo " * Installing Android platforms..."
$SDK_PATH/$ANDROID update sdk --no-ui --filter platform,tool
$SDK_PATH/$ANDROID update sdk --no-ui --filter platform,platform-tools,tool
fi
cat <<EOF