Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 12e9e64448d1c194c849f0274106c0216f13749f..22a2148fa9446d39e7d8706d53a84c2689d61d3e 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1149,6 +1149,11 @@ |
# to specify the output directory for Ant in the Android build. |
'ant_build_out': '`cd <(PRODUCT_DIR) && pwd -P`', |
+ # Determines whether we should optimize JNI generation at the cost of |
+ # breaking assumptions in the build system that when inputs have changed |
+ # the outputs should always change as well. |
Yaron
2013/02/21 18:57:33
Maybe add: "This is meant purely for developer bui
Ted C
2013/02/21 19:01:52
Done.
|
+ 'optimize_jni_generation%': 0, |
+ |
# Always uses openssl. |
'use_openssl%': 1, |