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

Issue 23513022: android: Point EMULATOR_SDK_ROOT to a location inside the repository. (Closed)

Created:
7 years, 3 months ago by Raphael Kubo da Costa (rakuco)
Modified:
7 years, 2 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
Visibility:
Public.

Description

android: Point EMULATOR_SDK_ROOT to a location inside the repository. The existing value would lead to a directory two levels above the root of the source tree, which can easily break. Instead, point to the SDK present in the android_tools checkout in src/third_party/android_tools/sdk and update the call sites that used to manually append 'android_tools/sdk' to the path. R=peter@chromium.org,bulach@chromium.org,craigdh@chromium.org,frankf@chromium.org

Patch Set 1 #

Total comments: 3

Patch Set 2 : Patch v2 #

Total comments: 3

Patch Set 3 : Patch v3: get rid of EMULATOR_SDK_ROOT altogether #

Total comments: 2

Patch Set 4 : Patch v4 #

Patch Set 5 : Patch v4 without upload errors #

Patch Set 6 : Rebase after r223003 #

Patch Set 7 : Same patch, rebased on top of r223028 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -21 lines) Patch
M build/android/avd.py View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M build/android/install_emulator_deps.py View 1 2 3 4 5 4 chunks +14 lines, -14 lines 0 comments Download
M build/android/pylib/constants.py View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M build/android/pylib/utils/emulator.py View 1 2 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
Raphael Kubo da Costa (rakuco)
7 years, 3 months ago (2013-09-09 14:03:39 UTC) #1
Peter Beverloo
Thanks for the patch, Raphael! Did this change brought you closer to running tests on ...
7 years, 3 months ago (2013-09-09 14:05:49 UTC) #2
Raphael Kubo da Costa (rakuco)
That was a fast response :-) I'm having additional problems trying to get KVM to ...
7 years, 3 months ago (2013-09-09 14:08:04 UTC) #3
Peter Beverloo
On 2013/09/09 14:08:04, Raphael Kubo da Costa (rakuco) wrote: > That was a fast response ...
7 years, 3 months ago (2013-09-09 14:12:00 UTC) #4
Raphael Kubo da Costa (rakuco)
On 2013/09/09 14:12:00, Peter Beverloo wrote: > GetSDK() in install_emulator_deps.py is the only path that ...
7 years, 3 months ago (2013-09-09 14:22:09 UTC) #5
Raphael Kubo da Costa (rakuco)
On 2013/09/09 14:22:09, Raphael Kubo da Costa (rakuco) wrote: > I was thinking of getting ...
7 years, 3 months ago (2013-09-09 14:33:54 UTC) #6
Peter Beverloo
On 2013/09/09 14:22:09, Raphael Kubo da Costa (rakuco) wrote: > On 2013/09/09 14:12:00, Peter Beverloo ...
7 years, 3 months ago (2013-09-09 17:39:50 UTC) #7
bulach
https://codereview.chromium.org/23513022/diff/1/build/android/pylib/constants.py File build/android/pylib/constants.py (right): https://codereview.chromium.org/23513022/diff/1/build/android/pylib/constants.py#newcode17 build/android/pylib/constants.py:17: 'third_party')) On 2013/09/09 14:08:04, Raphael Kubo da Costa (rakuco) ...
7 years, 3 months ago (2013-09-09 18:59:52 UTC) #8
Raphael Kubo da Costa (rakuco)
Patch v2 is up (with an updated CL description). I've updated all places that referenced ...
7 years, 3 months ago (2013-09-09 19:49:23 UTC) #9
Peter Beverloo
+Maria since she should review this. Following the suggestion from the e-mail thread, a few ...
7 years, 3 months ago (2013-09-11 13:58:08 UTC) #10
Raphael Kubo da Costa (rakuco)
Patch v3 is up. It has been rebased on top of trunk, which automatically solves ...
7 years, 3 months ago (2013-09-11 14:15:05 UTC) #11
Maria
On 2013/09/11 14:15:05, Raphael Kubo da Costa (rakuco) wrote: > Patch v3 is up. It ...
7 years, 3 months ago (2013-09-11 16:55:42 UTC) #12
Peter Beverloo
On 2013/09/11 16:55:42, Maria wrote: > This looks good to me. The only concern I ...
7 years, 3 months ago (2013-09-11 17:29:35 UTC) #13
Raphael Kubo da Costa (rakuco)
Patch v4 is up fixing your inline comments. As for GetSDK(): instead of re-instating it, ...
7 years, 3 months ago (2013-09-11 17:44:42 UTC) #14
mariakhomenko
I think https://dl-ssl.google.com/android/repository/sysimg_armv7a-18_r01.zip would give you just the system image files that you want. Agree ...
7 years, 3 months ago (2013-09-11 18:15:09 UTC) #15
navabi
I have read the comments on the different patches and tried to keep up. I ...
7 years, 3 months ago (2013-09-11 21:29:51 UTC) #16
Raphael Kubo da Costa (rakuco)
On 2013/09/11 18:15:09, mariakhomenko_google.com wrote: > I think > https://dl-ssl.google.com/android/repository/sysimg_armv7a-18_r01.zip would > give you just ...
7 years, 3 months ago (2013-09-12 09:41:12 UTC) #17
Raphael Kubo da Costa (rakuco)
On 2013/09/11 21:29:51, navabi wrote: > What is nice about having a different SDK all-together ...
7 years, 3 months ago (2013-09-12 09:45:28 UTC) #18
Peter Beverloo
On 2013/09/11 21:29:51, navabi wrote: > The original reason we download a separate emulator SDK ...
7 years, 3 months ago (2013-09-13 13:47:12 UTC) #19
bulach
silly question: can we download with a specific name and put in .gitignore so it ...
7 years, 3 months ago (2013-09-13 14:01:43 UTC) #20
Raphael Kubo da Costa (rakuco)
On 2013/09/13 14:01:43, bulach wrote: > silly question: can we download with a specific name ...
7 years, 3 months ago (2013-09-13 14:06:13 UTC) #21
bulach
On 2013/09/13 14:06:13, Raphael Kubo da Costa (rakuco) wrote: > On 2013/09/13 14:01:43, bulach wrote: ...
7 years, 3 months ago (2013-09-13 17:05:12 UTC) #22
Raphael Kubo da Costa (rakuco)
On 2013/09/13 17:05:12, bulach wrote: > yeah, I meant the destination: can we always put ...
7 years, 3 months ago (2013-09-13 17:18:27 UTC) #23
mariakhomenko
IMHO, I am not sure that having unchecked-in files in the tree is a problem ...
7 years, 3 months ago (2013-09-14 18:54:19 UTC) #24
navabi1
On 2013/09/14 18:54:19, mariakhomenko_google.com wrote: > IMHO, I am not sure that having unchecked-in files ...
7 years, 3 months ago (2013-09-16 22:29:16 UTC) #25
mariakhomenko
So here's what I understand the issues are today: New SDK install: + Isolates user's ...
7 years, 3 months ago (2013-09-16 23:49:28 UTC) #26
atreat
Just wanted to add to the discussion that I have applied the latest version of ...
7 years, 3 months ago (2013-09-20 14:03:30 UTC) #27
navabi
On 2013/09/20 14:03:30, atreat wrote: > Just wanted to add to the discussion that I ...
7 years, 3 months ago (2013-09-24 02:50:13 UTC) #28
navabi
On 2013/09/24 02:50:13, navabi wrote: > On 2013/09/20 14:03:30, atreat wrote: > > Just wanted ...
7 years, 2 months ago (2013-10-03 17:50:44 UTC) #29
Raphael Kubo da Costa (rakuco)
On 2013/10/03 17:50:44, navabi wrote: > Ping. WDYT about checking out a separate SDK into ...
7 years, 2 months ago (2013-10-04 11:16:05 UTC) #30
Raphael Kubo da Costa (rakuco)
7 years, 2 months ago (2013-10-04 20:53:02 UTC) #31
Closing this one, crbug.com/304129 and crrev.com/25675010 are solving the whole
issue in a different way.

Powered by Google App Engine
This is Rietveld 408576698