DescriptionAdd gyp flag to specify whether we should optimize JNI generation.
Do not regenerate JNI files (and subsequently the .so file) if they have
not changed. This will happen if you edit a java file that has a native
counterpart, but the native signatures were not touched.
We do not enable this all the time as some build systems require that
when you modify an input, the output should also be modified. This
also will result in more command line output, so we'll keep it behind
a developer flag for now.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183936
Patch Set 1 #
Total comments: 2
Patch Set 2 : Update comment. #
Messages
Total messages: 8 (0 generated)
|