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

Issue 10823174: Roll Android SDK in android_tools repo to api version 16. (Closed)

Created:
8 years, 4 months ago by navabi1
Modified:
8 years, 4 months ago
CC:
chromium-reviews, Jay Civelli
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Roll Android SDK in android_tools repo to api version 16. The install-build-deps-android-sdk.sh is no longer necessary, since the SDK is checked out as part of the tree. It is still useful as an easy way to install the SDK/NDK if we want to use an alternate (i.e. if we explicitly export ANDROID_SDK_ROOT it won't use the tree version). BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150499

Patch Set 1 #

Total comments: 5

Patch Set 2 : Remove install script (remember to update docs upon landing). #

Total comments: 2

Patch Set 3 : Remove references to install sdk script. #

Total comments: 2

Patch Set 4 : Roll to new fixed Android NDK without .gitignore files. #

Patch Set 5 : Fix up CL since patch 4 didn't upload everything. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -213 lines) Patch
M DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/android/buildbot_functions.sh View 1 2 4 2 chunks +0 lines, -19 lines 0 comments Download
M build/android/buildbot_fyi_builder.sh View 1 2 4 1 chunk +0 lines, -1 line 0 comments Download
M build/android/buildbot_fyi_tester.sh View 1 2 4 1 chunk +0 lines, -1 line 0 comments Download
M build/android/buildbot_main.sh View 1 2 4 1 chunk +0 lines, -1 line 0 comments Download
M build/android/buildbot_try_builder.sh View 1 2 4 1 chunk +0 lines, -1 line 0 comments Download
M build/android/buildbot_try_compile.sh View 1 2 4 1 chunk +0 lines, -1 line 0 comments Download
M build/android/buildbot_try_compile_test.sh View 1 2 4 1 chunk +0 lines, -1 line 0 comments Download
M build/android/buildbot_try_tester.sh View 1 2 4 1 chunk +0 lines, -1 line 0 comments Download
M build/android/buildbot_webkit_main.sh View 1 2 4 1 chunk +0 lines, -1 line 0 comments Download
M build/android/emulator.py View 4 1 chunk +1 line, -1 line 0 comments Download
M build/android/envsetup.sh View 1 2 4 1 chunk +3 lines, -0 lines 0 comments Download
M build/android/envsetup_functions.sh View 1 2 4 2 chunks +0 lines, -5 lines 0 comments Download
M build/install-build-deps-android-sdk.sh View 1 4 1 chunk +0 lines, -179 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
navabi
8 years, 4 months ago (2012-08-04 00:52:53 UTC) #1
Yaron
https://chromiumcodereview.appspot.com/10823174/diff/1/build/install-build-deps-android-sdk.sh File build/install-build-deps-android-sdk.sh (left): https://chromiumcodereview.appspot.com/10823174/diff/1/build/install-build-deps-android-sdk.sh#oldcode16 build/install-build-deps-android-sdk.sh:16: SDK_FILE_NAME="android-sdk_r${SDK_TARGET_VER}-linux.tgz" Just remove this file instead (and update build ...
8 years, 4 months ago (2012-08-04 00:57:51 UTC) #2
shashi
Minor nits, we can perhaps do more cleanup here. lgtm https://chromiumcodereview.appspot.com/10823174/diff/1/build/install-build-deps-android-sdk.sh File build/install-build-deps-android-sdk.sh (right): https://chromiumcodereview.appspot.com/10823174/diff/1/build/install-build-deps-android-sdk.sh#newcode17 ...
8 years, 4 months ago (2012-08-04 01:12:00 UTC) #3
Yaron
http://codereview.chromium.org/10823174/diff/1/build/install-build-deps-android-sdk.sh File build/install-build-deps-android-sdk.sh (left): http://codereview.chromium.org/10823174/diff/1/build/install-build-deps-android-sdk.sh#oldcode16 build/install-build-deps-android-sdk.sh:16: SDK_FILE_NAME="android-sdk_r${SDK_TARGET_VER}-linux.tgz" On 2012/08/04 00:57:51, Yaron wrote: > Just remove ...
8 years, 4 months ago (2012-08-06 16:29:04 UTC) #4
shashi
I missed Yaron's previous comments, makes sense to remove the file. For custom 64 bit ...
8 years, 4 months ago (2012-08-06 17:28:17 UTC) #5
Yaron
On 2012/08/06 17:28:17, shashi wrote: > I missed Yaron's previous comments, makes sense to remove ...
8 years, 4 months ago (2012-08-06 17:28:55 UTC) #6
navabi
On 2012/08/06 17:28:55, Yaron wrote: > On 2012/08/06 17:28:17, shashi wrote: > > I missed ...
8 years, 4 months ago (2012-08-06 18:02:28 UTC) #7
navabi
PTAL. Next I'll make the build use the NDK in a separate CL and once ...
8 years, 4 months ago (2012-08-06 18:06:36 UTC) #8
Isaac (away)
The install-sdk script is referenced by buildbot_functions.sh and by lots of bb_ scripts. Look at ...
8 years, 4 months ago (2012-08-06 18:11:07 UTC) #9
Yaron
I think the bots still reference the deleted file so you need to update them ...
8 years, 4 months ago (2012-08-06 18:12:49 UTC) #10
navabi
https://chromiumcodereview.appspot.com/10823174/diff/8001/build/android/envsetup_functions.sh File build/android/envsetup_functions.sh (right): https://chromiumcodereview.appspot.com/10823174/diff/8001/build/android/envsetup_functions.sh#newcode230 build/android/envsetup_functions.sh:230: export ANDROID_SDK_VERSION=15 On 2012/08/06 18:12:49, Yaron wrote: > Seems ...
8 years, 4 months ago (2012-08-07 01:17:07 UTC) #11
Isaac (away)
looking good. spotted a reference to /usr/local/google in envsetup. https://chromiumcodereview.appspot.com/10823174/diff/10/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10823174/diff/10/build/android/buildbot_functions.sh#newcode42 build/android/buildbot_functions.sh:42: ...
8 years, 4 months ago (2012-08-07 03:41:29 UTC) #12
Yaron
lgtm https://chromiumcodereview.appspot.com/10823174/diff/10/build/android/buildbot_functions.sh File build/android/buildbot_functions.sh (right): https://chromiumcodereview.appspot.com/10823174/diff/10/build/android/buildbot_functions.sh#newcode42 build/android/buildbot_functions.sh:42: function bb_setup_environment { On 2012/08/07 03:41:30, Isaac wrote: ...
8 years, 4 months ago (2012-08-07 16:10:15 UTC) #13
Isaac (away)
last I heard, we thought the ndk checked into android_tools was invalid. So this will ...
8 years, 4 months ago (2012-08-07 17:20:10 UTC) #14
navabi
On 2012/08/07 17:20:10, Isaac wrote: > last I heard, we thought the ndk checked into ...
8 years, 4 months ago (2012-08-07 23:06:28 UTC) #15
navabi
PTAL. The DEPS file has been updated to checkout the fixed NDK. This CL will ...
8 years, 4 months ago (2012-08-07 23:49:30 UTC) #16
Yaron
lgtm
8 years, 4 months ago (2012-08-08 00:04:58 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/navabi@chromium.org/10823174/12003
8 years, 4 months ago (2012-08-08 03:08:25 UTC) #18
navabi
On 2012/08/07 23:49:30, navabi wrote: > PTAL. > > The DEPS file has been updated ...
8 years, 4 months ago (2012-08-08 03:40:57 UTC) #19
commit-bot: I haz the power
8 years, 4 months ago (2012-08-08 04:47:03 UTC) #20
Change committed as 150499

Powered by Google App Engine
This is Rietveld 408576698