| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 04a3dbe3b7c2d3b1c46b3929e7d8156e05e178a9..b895c518a4bbbc60d5d942e915fc0a7d91a5166f 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2037,7 +2037,8 @@
|
| # versions, so we have to shadow those differences off
|
| # and make sure a 32-bit-on-64-bit build picks up the
|
| # right files.
|
| - ['host_arch!="ia32"', {
|
| + # For android build, use NDK headers instead of host headers
|
| + ['host_arch!="ia32" and OS!="android"', {
|
| 'include_dirs+': [
|
| '/usr/include32',
|
| ],
|
|
|