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

Issue 2040043002: [Android] Revert the NDK back to r10e. (Closed)

Created:
4 years, 6 months ago by jbudorick
Modified:
4 years, 6 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

[Android] Revert the NDK back to r10e. BUG=599327 Committed: https://crrev.com/e435da049c2b7f5d2302689be32a80f2424fd9d4 Cr-Commit-Position: refs/heads/master@{#398138}

Patch Set 1 #

Patch Set 2 : twellington comment #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M DEPS View 2 chunks +2 lines, -2 lines 0 comments Download
M build/common.gypi View 1 1 chunk +1 line, -1 line 2 comments Download
M build/config/android/config.gni View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
jbudorick
4 years, 6 months ago (2016-06-06 19:48:15 UTC) #2
Theresa
Does common.gypi need to change too?
4 years, 6 months ago (2016-06-06 19:58:10 UTC) #3
jbudorick
On 2016/06/06 19:58:10, Theresa Wellington wrote: > Does common.gypi need to change too? For consistency, ...
4 years, 6 months ago (2016-06-06 20:31:16 UTC) #4
Theresa
lgtm
4 years, 6 months ago (2016-06-06 20:46:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2040043002/20001
4 years, 6 months ago (2016-06-06 20:48:01 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-06 22:15:30 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/e435da049c2b7f5d2302689be32a80f2424fd9d4 Cr-Commit-Position: refs/heads/master@{#398138}
4 years, 6 months ago (2016-06-06 22:18:05 UTC) #10
Michael Achenbach
https://codereview.chromium.org/2040043002/diff/20001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/2040043002/diff/20001/build/common.gypi#newcode1729 build/common.gypi:1729: 'android_ndk_version%': 'r10e', We might need a better mechanism in ...
4 years, 6 months ago (2016-06-07 07:08:23 UTC) #12
jbudorick
4 years, 6 months ago (2016-06-07 12:59:58 UTC) #13
Message was sent while issue was closed.
https://codereview.chromium.org/2040043002/diff/20001/build/common.gypi
File build/common.gypi (right):

https://codereview.chromium.org/2040043002/diff/20001/build/common.gypi#newco...
build/common.gypi:1729: 'android_ndk_version%': 'r10e',
On 2016/06/07 07:08:23, Michael Achenbach wrote:
> We might need a better mechanism in v8 for this. We have an auto-roller that
> automatically pulls in the new android_tools, but it doesn't automatically
> change this version variable in our standalone.gypi.
> 
> Clang has a similar mechanism for rebuilding, but the version isn't hardcoded
in
> a config file, but comes from the repo that rolled. Could we get something
> similar here too? E.g. a small config file in android_tools that holds this
> version, letting this variable here point to the content of that file. On each
> roll the file could be edited.
> 
> Otherwise we get incremental build breakages on each android roll/revert (just
> got one).

Sure, I'll do something like that before the next roll.

Powered by Google App Engine
This is Rietveld 408576698