Chromium Code Reviews

Issue 946683002: Fix GN os, cpu defaults for Android builds. (Closed)

Created:
5 years, 10 months ago by Dirk Pranke
Modified:
5 years, 10 months ago
Reviewers:
cjhopman, brettw
CC:
chromium-reviews, Torne
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix GN os, cpu defaults for Android builds. We would like to be able to default to the ARM CPU for Android builds, not the host cpu (so that you can get the default Android build by just specifying os="android"); prior to my cpu_arch -> target_cpu changes, this was the case, but I accidentally broke this. However, the target_cpu changes at least allow us to remove the target_arch hack which was how they were accomplishing this before :). TBR=brettw@chromium.org R=cjhopman@chromium.org BUG=344767 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Committed: https://crrev.com/55187fbe2d3264d4c31432e2f8a77f094d7c986b Cr-Commit-Position: refs/heads/master@{#317419}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Stats (+14 lines, -31 lines)
M build/config/BUILDCONFIG.gn View 3 chunks +6 lines, -23 lines 3 comments
M tools/relocation_packer/BUILD.gn View 3 chunks +5 lines, -5 lines 0 comments
M tools/relocation_packer/config.gni View 2 chunks +3 lines, -3 lines 0 comments

Messages

Total messages: 6 (1 generated)
Dirk Pranke
https://codereview.chromium.org/946683002/diff/1/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (left): https://codereview.chromium.org/946683002/diff/1/build/config/BUILDCONFIG.gn#oldcode120 build/config/BUILDCONFIG.gn:120: target_arch = "arm" I think it's perhaps best to ...
5 years, 10 months ago (2015-02-20 20:06:50 UTC) #1
cjhopman
lgtm https://codereview.chromium.org/946683002/diff/1/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (left): https://codereview.chromium.org/946683002/diff/1/build/config/BUILDCONFIG.gn#oldcode120 build/config/BUILDCONFIG.gn:120: target_arch = "arm" On 2015/02/20 20:06:50, Dirk Pranke ...
5 years, 10 months ago (2015-02-20 20:28:20 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/946683002/1
5 years, 10 months ago (2015-02-20 22:06:25 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 10 months ago (2015-02-20 22:10:07 UTC) #5
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 22:10:56 UTC) #6
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/55187fbe2d3264d4c31432e2f8a77f094d7c986b
Cr-Commit-Position: refs/heads/master@{#317419}

Powered by Google App Engine