Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 10011) |
| +++ build/common.gypi (working copy) |
| @@ -141,7 +141,7 @@ |
| }], |
| # The ARM assembler assumes the host is 32 bits, |
| # so force building 32-bit host tools. |
| - ['host_arch=="x64"', { |
| + ['host_arch=="x64" or OS=="android"', { |
|
Jakob Kummerow
2011/11/23 09:46:16
This is a little hacky, but it's OK for now. Mediu
|
| 'target_conditions': [ |
| ['_toolset=="host"', { |
| 'cflags': ['-m32'], |