summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-16 00:52:28 +0000
committermichaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-16 00:52:28 +0000
commita1277d59b62d993d15a951a2cb2372b835ecdec5 (patch)
treee7a23d57cd778b24ea8c7744226129d5fd707f7a /build
parent7ab3f2755bd71f7b7a9fbed5fef4c3bec628fda6 (diff)
downloadchromium_src-a1277d59b62d993d15a951a2cb2372b835ecdec5.zip
chromium_src-a1277d59b62d993d15a951a2cb2372b835ecdec5.tar.gz
chromium_src-a1277d59b62d993d15a951a2cb2372b835ecdec5.tar.bz2
Install Android NDK r7
BUG= TEST= Review URL: http://codereview.chromium.org/8568012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110224 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/install-build-deps-android.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh
index 1e82fe8..c23107e 100755
--- a/build/install-build-deps-android.sh
+++ b/build/install-build-deps-android.sh
@@ -26,10 +26,10 @@ SDK_MD5SUM="d80d7530a46c665644ae76084a9a0dc4"
# Skins: WXGA (default)
SDK_TARGET_ID=android-13
-# Using NDK r6b; The package is about 44M.
-NDK_FILE_NAME="android-ndk-r6b-linux-x86.tar.bz2"
+# Using NDK r7; The package is about 64M.
+NDK_FILE_NAME="android-ndk-r7-linux-x86.tar.bz2"
NDK_DOWNLOAD_URL="http://dl.google.com/android/ndk/${NDK_FILE_NAME}"
-NDK_MD5SUM="309f35e49b64313cfb20ac428df4cec2"
+NDK_MD5SUM="bf15e6b47bf50824c4b96849bf003ca3"
# The temporary directory used to store the downloaded file.
TEMPDIR=$(mktemp -d)