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

Unified Diff: platform_tools/android/bin/utils/setup_toolchain.sh

Issue 1311533006: Use a different download URL for Android toolchains (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix typo Created 5 years, 4 months 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: platform_tools/android/bin/utils/setup_toolchain.sh
diff --git a/platform_tools/android/bin/utils/setup_toolchain.sh b/platform_tools/android/bin/utils/setup_toolchain.sh
index 8164493bca56749296b73b822d8a9b840984a675..3f271890ed27e0d10af02bd3d5fbe0a0d338e137 100755
--- a/platform_tools/android/bin/utils/setup_toolchain.sh
+++ b/platform_tools/android/bin/utils/setup_toolchain.sh
@@ -65,7 +65,7 @@ function default_toolchain() {
TARBALL=ndk-r$NDK_REV-v$API_LEVEL.tgz
${SCRIPT_DIR}/download_toolchains.py \
- http://chromium-skia-gm.commondatastorage.googleapis.com/android-toolchains/$TARBALL \
+ http://storage.googleapis.com/chromium-skia-gm/android-toolchains/$TARBALL \
$TOOLCHAIN_DIR/$TARBALL
tar -xzf $TARBALL $TOOLCHAIN_TYPE
rm $TARBALL
« 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