diff options
author | Bryan Childs <godeater@rockbox.org> | 2011-09-05 08:48:29 +0000 |
---|---|---|
committer | Bryan Childs <godeater@rockbox.org> | 2011-09-05 08:48:29 +0000 |
commit | 11e1f71612f6c1ef8c17f8ceea17f69fd4bc7b02 (patch) | |
tree | 5dd0579f91fcde60f9d4643f330a57262f4a4721 /android | |
parent | 1b70a7079ec979a895e6bb69475d89cd79a7087c (diff) | |
download | rockbox-11e1f71612f6c1ef8c17f8ceea17f69fd4bc7b02.tar.gz rockbox-11e1f71612f6c1ef8c17f8ceea17f69fd4bc7b02.tar.bz2 rockbox-11e1f71612f6c1ef8c17f8ceea17f69fd4bc7b02.zip |
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
Diffstat (limited to 'android')
-rwxr-xr-x | android/installToolchain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/installToolchain.sh b/android/installToolchain.sh index 6feeb95366..0ff1409483 100755 --- a/android/installToolchain.sh +++ b/android/installToolchain.sh @@ -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 |