Commit 9fb6847e authored by gkanwar@google.com's avatar gkanwar@google.com

The ADT bundle link was 404'ing. This updates the link to the newer version of...

The ADT bundle link was 404'ing. This updates the link to the newer version of the ADT bundle which is up on the Android site.

BUG=252776

Review URL: https://chromiumcodereview.appspot.com/16867011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207980 0039d316-1c4b-4281-b951-d872f2087c98
parent f555ff23
...@@ -21,7 +21,7 @@ from pylib.utils import run_tests_helper ...@@ -21,7 +21,7 @@ from pylib.utils import run_tests_helper
# From the Android Developer's website. # From the Android Developer's website.
SDK_BASE_URL = 'http://dl.google.com/android/adt' SDK_BASE_URL = 'http://dl.google.com/android/adt'
SDK_ZIP = 'adt-bundle-linux-x86_64-20130219.zip' SDK_ZIP = 'adt-bundle-linux-x86_64-20130522.zip'
# Android x86 system image from the Intel website: # Android x86 system image from the Intel website:
# http://software.intel.com/en-us/articles/intel-eula-x86-android-4-2-jelly-bean-bin # http://software.intel.com/en-us/articles/intel-eula-x86-android-4-2-jelly-bean-bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment