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

Issue 1152203003: Add script to validate installed Android SDK packages (Closed)

Created:
5 years, 7 months ago by dgn
Modified:
5 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add script to validate installed Android SDK packages This script will allow to verify at build time that the local setup properly contains Google Play services at a given version. BUG=490091 Committed: https://crrev.com/e17297a2f21f653f3e79544fad7ef7bc83b4f8ba Cr-Commit-Position: refs/heads/master@{#336350}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Updated the Google Play services package version to 24 #

Total comments: 8

Patch Set 3 : Fixed comments + used exit code rather than stdout emptiness as success indicator #

Patch Set 4 : Added the GN check #

Total comments: 1

Patch Set 5 : Addressed jbudorick's comments from https://codereview.chromium.org/1149323003 #

Patch Set 6 : Rebase #

Total comments: 6

Patch Set 7 : make the minimum version requirement more explicit #

Total comments: 2

Patch Set 8 : addressed @aberent's comment #

Patch Set 9 : use data_deps to trigger the action #

Patch Set 10 : Split the data_deps changes to another CL #

Patch Set 11 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -11 lines) Patch
M build/android_sdk_extras.json View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A build/check_sdk_extras_version.py View 1 2 3 4 5 6 1 chunk +124 lines, -0 lines 0 comments Download
M build/get_sdk_extras_packages.py View 1 chunk +4 lines, -1 line 0 comments Download
M build/install-android-sdks.sh View 1 chunk +4 lines, -9 lines 0 comments Download
M build/secondary/third_party/android_tools/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (6 generated)
dgn
cjhopman@: PTAL aberent@, andrewhayden@: FYI https://codereview.chromium.org/1152203003/diff/1/build/android_sdk_extras.json File build/android_sdk_extras.json (right): https://codereview.chromium.org/1152203003/diff/1/build/android_sdk_extras.json#newcode7 build/android_sdk_extras.json:7: "package_id": "extra-google-google_play_services" Added package_id ...
5 years, 7 months ago (2015-05-22 13:27:01 UTC) #2
dgn
PTAL How can I check that the zip for the desired packages and versions is ...
5 years, 7 months ago (2015-05-22 13:44:02 UTC) #3
cjhopman
https://codereview.chromium.org/1152203003/diff/20001/build/android_sdk_extras.json File build/android_sdk_extras.json (right): https://codereview.chromium.org/1152203003/diff/20001/build/android_sdk_extras.json#newcode3 build/android_sdk_extras.json:3: "dir_name": "google", Are the changes to the packages required ...
5 years, 7 months ago (2015-05-22 20:25:22 UTC) #4
Andrew Hayden (chromium.org)
https://codereview.chromium.org/1152203003/diff/1/build/check_play_services_version.py File build/check_play_services_version.py (right): https://codereview.chromium.org/1152203003/diff/1/build/check_play_services_version.py#newcode2 build/check_play_services_version.py:2: # Copyright 2013 The Chromium Authors. All rights reserved. ...
5 years, 6 months ago (2015-05-28 12:55:01 UTC) #5
dgn
Thanks for your comments. PTAL at the updated patch. https://codereview.chromium.org/1152203003/diff/1/build/check_play_services_version.py File build/check_play_services_version.py (right): https://codereview.chromium.org/1152203003/diff/1/build/check_play_services_version.py#newcode2 build/check_play_services_version.py:2: ...
5 years, 6 months ago (2015-06-08 14:34:10 UTC) #6
dgn
Hello Chris, could you PTAL? Since the bots download the v21 package and the version ...
5 years, 6 months ago (2015-06-11 16:23:30 UTC) #7
cjhopman
On 2015/06/11 16:23:30, dgn wrote: > Hello Chris, could you PTAL? > > Since the ...
5 years, 6 months ago (2015-06-17 21:14:32 UTC) #8
cjhopman
On 2015/06/17 21:14:32, cjhopman wrote: > On 2015/06/11 16:23:30, dgn wrote: > > Hello Chris, ...
5 years, 6 months ago (2015-06-17 21:15:16 UTC) #9
cjhopman
https://codereview.chromium.org/1152203003/diff/100001/build/check_sdk_extras_version.py File build/check_sdk_extras_version.py (right): https://codereview.chromium.org/1152203003/diff/100001/build/check_sdk_extras_version.py#newcode9 build/check_sdk_extras_version.py:9: that it is at an appropriate version. Clarify that ...
5 years, 6 months ago (2015-06-17 21:18:45 UTC) #10
dgn
PTAL https://codereview.chromium.org/1152203003/diff/100001/build/check_sdk_extras_version.py File build/check_sdk_extras_version.py (right): https://codereview.chromium.org/1152203003/diff/100001/build/check_sdk_extras_version.py#newcode9 build/check_sdk_extras_version.py:9: that it is at an appropriate version. On ...
5 years, 6 months ago (2015-06-18 09:59:05 UTC) #11
aberent
LGTM with one nit. https://codereview.chromium.org/1152203003/diff/120001/build/secondary/third_party/android_tools/BUILD.gn File build/secondary/third_party/android_tools/BUILD.gn (right): https://codereview.chromium.org/1152203003/diff/120001/build/secondary/third_party/android_tools/BUILD.gn#newcode108 build/secondary/third_party/android_tools/BUILD.gn:108: "$android_sdk_root/extras/google/google_play_services/libproject/google-play-services_lib/libs/google-play-services.jar", Strictly, I think, this ...
5 years, 6 months ago (2015-06-18 15:36:04 UTC) #12
dgn
https://codereview.chromium.org/1152203003/diff/120001/build/secondary/third_party/android_tools/BUILD.gn File build/secondary/third_party/android_tools/BUILD.gn (right): https://codereview.chromium.org/1152203003/diff/120001/build/secondary/third_party/android_tools/BUILD.gn#newcode108 build/secondary/third_party/android_tools/BUILD.gn:108: "$android_sdk_root/extras/google/google_play_services/libproject/google-play-services_lib/libs/google-play-services.jar", On 2015/06/18 at 15:36:03, aberent wrote: > Strictly, ...
5 years, 6 months ago (2015-06-18 17:20:17 UTC) #13
cjhopman
On 2015/06/18 17:20:17, dgn wrote: > https://codereview.chromium.org/1152203003/diff/120001/build/secondary/third_party/android_tools/BUILD.gn > File build/secondary/third_party/android_tools/BUILD.gn (right): > > https://codereview.chromium.org/1152203003/diff/120001/build/secondary/third_party/android_tools/BUILD.gn#newcode108 > ...
5 years, 6 months ago (2015-06-19 22:58:03 UTC) #14
dgn
Thanks, as far as I could see, this worked perfectly. I had to add data_deps ...
5 years, 6 months ago (2015-06-23 10:58:09 UTC) #15
cjhopman
lgtm
5 years, 6 months ago (2015-06-23 20:46:06 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152203003/180001
5 years, 5 months ago (2015-06-26 09:16:39 UTC) #19
commit-bot: I haz the power
Exceeded global retry quota
5 years, 5 months ago (2015-06-26 09:18:47 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152203003/200001
5 years, 5 months ago (2015-06-26 09:58:35 UTC) #24
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 5 months ago (2015-06-26 10:30:15 UTC) #25
commit-bot: I haz the power
5 years, 5 months ago (2015-06-26 10:31:08 UTC) #26
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/e17297a2f21f653f3e79544fad7ef7bc83b4f8ba
Cr-Commit-Position: refs/heads/master@{#336350}

Powered by Google App Engine
This is Rietveld 408576698