Chromium Code Reviews| Index: chrome/chrome_exe.gypi |
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
| index 3da48fb05666d577539540c061600695526549da..c34c2afe2ac12b99f99f425ac6ad530af7a1e362 100644 |
| --- a/chrome/chrome_exe.gypi |
| +++ b/chrome/chrome_exe.gypi |
| @@ -68,7 +68,7 @@ |
| # Don't put the 'chrome' target in 'all' on android |
| 'suppress_wildcard': 1, |
| }], |
| - ['os_posix == 1 and OS != "mac"', { |
| + ['os_posix == 1 and OS != "mac" and OS != "android"', { |
| 'actions': [ |
| { |
| 'action_name': 'manpage', |