mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Fix toolchain installation.
The filter for platform-tools is platform-tool, in contrast to the folder it installs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30483 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dc14de02c2
commit
385af791f1
1 changed files with 1 additions and 1 deletions
|
@ -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,platform-tools,tool
|
||||
$SDK_PATH/$ANDROID update sdk --no-ui --filter platform,platform-tool,tool
|
||||
fi
|
||||
|
||||
cat <<EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue