Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3873)

Unified Diff: build/install-build-deps-android.sh

Issue 8568012: Install Android NDK r7 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps-android.sh
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh
index 1e82fe8e3248a7285b3d71a59234b40aa4b12ac5..c23107ef4e66429bb8278f5eafea6613f106557b 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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698