| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 12e9e64448d1c194c849f0274106c0216f13749f..c5837455103e3c2b6521f72eee3904bcef7afd5a 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1149,6 +1149,12 @@
|
| # 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. This is meant purely for
|
| + # developer builds, to avoid spurious re-linking of native files.
|
| + 'optimize_jni_generation%': 0,
|
| +
|
| # Always uses openssl.
|
| 'use_openssl%': 1,
|
|
|
|
|