DescriptionAndroid: allow JNI generator to be used with jarjar.
When using jarjar to rename Java packages to avoid name conflicts, the
generated JNI code no longer works as it refers to the old name. Support
using the jarjar remapping list during JNI generation to generate code
that refers to the post-remapping names, since the JNI headers are not
intended to be read by humans anyway.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202856
Patch Set 1 #Patch Set 2 : Finished implementation, added tests. #
Total comments: 2
Patch Set 3 : Change gyp variable to a pathname. #
Messages
Total messages: 9 (0 generated)
|