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

Issue 59943011: Make install_emulator_deps.py more flexible (Closed)

Created:
7 years, 1 month ago by Andrew Hayden (chromium.org)
Modified:
6 years, 7 months ago
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Make install_emulator_deps.py more flexible Changes: * Decouple the version of the SDK that is installed from the version of the Android API that will be used. * Upgrade the SDK to Android-19 while we are at it. * Allow an "--api-level" argument to choose system images. * Automagically download and install platform libraries for any --api-level BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235782

Patch Set 1 #

Patch Set 2 : Add ability to install required platform libraries #

Total comments: 14

Patch Set 3 : Maria's comments #

Total comments: 6

Patch Set 4 : Line length stuff addressed #

Patch Set 5 : Remove the offensive whitespace character #

Patch Set 6 : Bend to the insane will of presubmit.py, mixing standards on whitespacing in a single file for the … #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -19 lines) Patch
M build/android/install_emulator_deps.py View 1 2 3 4 5 4 chunks +135 lines, -19 lines 1 comment Download

Messages

Total messages: 14 (0 generated)
Andrew Hayden (chromium.org)
7 years, 1 month ago (2013-11-08 18:01:34 UTC) #1
Maria
Thanks for adding the option! Mostly I just have nit comments on the CL. You ...
7 years, 1 month ago (2013-11-10 21:05:16 UTC) #2
Andrew Hayden (chromium.org)
Addressed these comments. Verbosity turned out to be a bit weird, so added comments explaining ...
7 years, 1 month ago (2013-11-11 16:59:27 UTC) #3
Andrew Hayden (chromium.org)
Maria's comments addressed. PTAL.
7 years, 1 month ago (2013-11-11 17:05:22 UTC) #4
Maria
lgtm
7 years, 1 month ago (2013-11-11 17:58:40 UTC) #5
navabi
line length nit. https://codereview.chromium.org/59943011/diff/90001/build/android/install_emulator_deps.py File build/android/install_emulator_deps.py (right): https://codereview.chromium.org/59943011/diff/90001/build/android/install_emulator_deps.py#newcode67 build/android/install_emulator_deps.py:67: exit_code, stdout = cmd_helper.GetCmdStatusAndOutput([android_binary, 'list']) line ...
7 years, 1 month ago (2013-11-11 22:08:18 UTC) #6
Andrew Hayden (chromium.org)
https://codereview.chromium.org/59943011/diff/90001/build/android/install_emulator_deps.py File build/android/install_emulator_deps.py (right): https://codereview.chromium.org/59943011/diff/90001/build/android/install_emulator_deps.py#newcode67 build/android/install_emulator_deps.py:67: exit_code, stdout = cmd_helper.GetCmdStatusAndOutput([android_binary, 'list']) On 2013/11/11 22:08:19, navabi ...
7 years, 1 month ago (2013-11-12 14:42:16 UTC) #7
navabi
lgtm
7 years, 1 month ago (2013-11-13 05:33:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andrewhayden@chromium.org/59943011/160001
7 years, 1 month ago (2013-11-18 16:22:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andrewhayden@chromium.org/59943011/240001
7 years, 1 month ago (2013-11-18 16:33:08 UTC) #10
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=36791
7 years, 1 month ago (2013-11-18 16:49:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andrewhayden@chromium.org/59943011/360001
7 years, 1 month ago (2013-11-18 17:06:13 UTC) #12
commit-bot: I haz the power
Change committed as 235782
7 years, 1 month ago (2013-11-18 19:05:59 UTC) #13
M-A Ruel
7 years ago (2013-12-04 15:37:51 UTC) #14
Message was sent while issue was closed.
https://codereview.chromium.org/59943011/diff/360001/build/android/install_em...
File build/android/install_emulator_deps.py (right):

https://codereview.chromium.org/59943011/diff/360001/build/android/install_em...
build/android/install_emulator_deps.py:159: api_level)
nit: it should print:
'These api levels are currently available: %s. Specify one with --api-level <n>'
  % ', '.join(sorted(X86_IMG_URLS)))

It would have saved me a few minutes.

Powered by Google App Engine
This is Rietveld 408576698