Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index cdd3d189a1a89cae508371302aac9fc75d9188da..0e4a6753314f5967cb0bd5dc64467b4b75d1f841 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1190,7 +1190,7 @@ |
| '-Wsign-compare', |
| ] |
| }], |
| - [ 'os_posix==1 and OS!="mac" and OS!="openbsd" and chromeos==0', { |
| + [ 'os_posix==1 and OS!="mac" and OS!="openbsd" and OS!="android" and chromeos==0', { |
| 'cflags': [ |
| # Don't warn about ignoring the return value from e.g. close(). |
| # This is off by default in some gccs but on by default in others. |