Index: build/android/increase_size_for_speed.gypi |
diff --git a/build/android/increase_size_for_speed.gypi b/build/android/increase_size_for_speed.gypi |
index 372b5922d6b2c7e172c727c98db90f82de1bd326..b1f3e52718a7ac1634c69f3bfce10c432cf3acc5 100644 |
--- a/build/android/increase_size_for_speed.gypi |
+++ b/build/android/increase_size_for_speed.gypi |
@@ -14,7 +14,7 @@ |
'target_conditions': [ |
['_toolset=="target"', { |
'conditions': [ |
- ['OS=="android" and fastbuild==0', { |
+ ['OS=="android" and (fastbuild==0 or component=="static_library")', { |
Sami
2014/09/18 13:59:41
Could you add a TODO here saying what this is for
pasko
2014/09/18 14:20:43
+1. Please make a bug, explain it here in a short
|
'cflags!': ['-Os'], |
'cflags': ['-O2'], |
}], |