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

Unified Diff: build/android/install_emulator_deps.py

Issue 111333003: android: Add download URL for API 19 x86 system images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/android/install_emulator_deps.py
diff --git a/build/android/install_emulator_deps.py b/build/android/install_emulator_deps.py
index ec923dfc8a99b26e36d1ea4326b2a58565e7e086..68d050aef2d51afe0550b59e023e3398933b0003 100755
--- a/build/android/install_emulator_deps.py
+++ b/build/android/install_emulator_deps.py
@@ -38,7 +38,8 @@ X86_IMG_URLS = {
15: 'http://download-software.intel.com/sites/landingpage/android/sysimg_x86-15_r01.zip',
16: 'http://download-software.intel.com/sites/landingpage/android/sysimg_x86-16_r01.zip',
17: 'http://download-software.intel.com/sites/landingpage/android/sysimg_x86-17_r01.zip',
- 18: 'http://download-software.intel.com/sites/landingpage/android/sysimg_x86-18_r01.zip'}
+ 18: 'http://download-software.intel.com/sites/landingpage/android/sysimg_x86-18_r01.zip',
+ 19: 'http://download-software.intel.com/sites/landingpage/android/sysimg_x86-19_r01.zip'}
def CheckSDK():
"""Check if SDK is already installed.
« 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