Disable gold for Android. Causes sporadic build breakage.

BUG=None
TEST=


Review URL: http://codereview.chromium.org/9382038

git-svn-id: http://src.chromium.org/svn/trunk/src/build@121668 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
jrg@chromium.org 2012-02-12 18:09:46 +00:00
Родитель 42cfc4d0ae
Коммит bff44a8069
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -389,7 +389,7 @@
# linux_use_gold_binary: whether to use the binary checked into
# third_party/gold.
['host_arch=="x64"', {
['host_arch=="x64" and OS!="android"', {
'linux_use_gold_binary%': 1,
}, {
'linux_use_gold_binary%': 0,
@ -398,7 +398,7 @@
# linux_use_gold_flags: whether to use build flags that rely on gold.
# On by default for x64 Linux. Temporarily off for ChromeOS as
# it failed on a buildbot.
['host_arch=="x64" and chromeos==0', {
['host_arch=="x64" and chromeos==0 and OS!="android"', {
'linux_use_gold_flags%': 1,
}, {
'linux_use_gold_flags%': 0,