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

Issue 2463143002: Android: Prefix target toolchain names with "android_". (Closed)

Created:
4 years, 1 month ago by Nico
Modified:
4 years, 1 month ago
Reviewers:
Dirk Pranke, brettw
CC:
chromium-reviews, agrieve, bpastene
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Android: Prefix target toolchain names with "android_". In x64 builds with clang, we also build a 32-bit binary to ship webview in both 32-bit and 64-bit. The 32-bit part is built twice, once for the linux host to be able to run v8's mksnapshot, and once for the android target for the actual binary. Before this change, both the host toolchain and the target toolchain were called "clang_x86", and they clobbered each other. (In gcc builds, the target toolchain was called just "x86" while the host still used clang, so it happened to work there, mostly by accident.) BUG=660857, 605315 Committed: https://crrev.com/042f129b96ea6e989df1efe0e4a30dcac09f05a7 Cr-Commit-Position: refs/heads/master@{#428783}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M build/config/BUILDCONFIG.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M build/config/android/config.gni View 1 chunk +2 lines, -2 lines 0 comments Download
M build/toolchain/android/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (12 generated)
Nico
4 years, 1 month ago (2016-10-31 18:17:03 UTC) #3
Nico
Also, I guess gn should diag if two distinct toolchains end up with the same ...
4 years, 1 month ago (2016-10-31 18:27:48 UTC) #5
Dirk Pranke
On 2016/10/31 18:27:48, Nico wrote: > Also, I guess gn should diag if two distinct ...
4 years, 1 month ago (2016-10-31 19:54:30 UTC) #10
Dirk Pranke
lgtm, but brettw@ will have to have to approve the BUILDCONFIG change as well.
4 years, 1 month ago (2016-10-31 19:54:51 UTC) #12
brettw
lgtm
4 years, 1 month ago (2016-10-31 20:05:30 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2463143002/1
4 years, 1 month ago (2016-10-31 20:15:07 UTC) #17
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-10-31 20:23:02 UTC) #18
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/042f129b96ea6e989df1efe0e4a30dcac09f05a7 Cr-Commit-Position: refs/heads/master@{#428783}
4 years, 1 month ago (2016-10-31 20:27:01 UTC) #20
Nico
4 years, 1 month ago (2016-11-01 03:21:30 UTC) #21
Message was sent while issue was closed.
On 2016/10/31 19:54:30, Dirk Pranke wrote:
> On 2016/10/31 18:27:48, Nico wrote:
> > Also, I guess gn should diag if two distinct toolchains end up with the same
> > name?
> 
> That seems like a good suggestion; mind filing a bug?

Filed https://bugs.chromium.org/p/chromium/issues/detail?id=661054

Powered by Google App Engine
This is Rietveld 408576698