Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 68cadbbdbe48eea8fa2c13e9d3c756f6ac1a1a0b..2ed990183b13c4cbe00b0f7f4f22436f5ab343a2 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -803,7 +803,7 @@ |
'wix_exists': '<!(python <(DEPTH)/build/dir_exists.py <(wix_path))', |
'conditions': [ |
- ['os_posix==1 and OS!="mac" and OS!="android"', { |
+ ['os_posix==1 and OS!="mac"', { |
# This will set gcc_version to XY if you are running gcc X.Y.*. |
# This is used to tweak build flags for gcc 4.4. |
'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)', |
@@ -819,7 +819,7 @@ |
'linux_dump_symbols%': 1, |
}], |
], |
- }], # os_posix==1 and OS!="mac" and OS!="android" |
+ }], |
['OS=="android"', { |
# Location of Android NDK. |
'variables': { |