download the r5 NDK to go along with the configure change in r28755

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-12-08 04:57:55 +00:00
parent 3b6b4f9050
commit 97d9c1eb37

View file

@ -9,7 +9,7 @@ set -e
# http://developer.android.com/sdk/index.html
SDK_URL="http://dl.google.com/android/android-sdk_r07-linux_x86.tgz"
# http://developer.android.com/sdk/ndk/index.html
NDK_URL="http://dl.google.com/android/ndk/android-ndk-r4b-linux-x86.zip"
NDK_URL="http://dl.google.com/android/ndk/android-ndk-r5-linux-x86.zip"
prefix="${INSTALL_PREFIX:-$HOME}"
dldir="${DOWNLOAD_DIR:-/tmp}"