Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6e435f47e5d696fda6a5154094cae495fea6a51d..7c83a8ccc62ad5c70ed0ef08208e5dd0779e5752 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1604,7 +1604,7 @@ |
# Clang creates chubby debug information, which makes linking very |
# slow. For now, don't create debug information with clang. See |
# http://crbug.com/70000 |
- ['OS=="linux" and clang==1', { |
+ ['(OS=="linux" or OS=="android") and clang==1', { |
'variables': { |
'debug_extra_cflags': '-g0', |
}, |