Descriptionandroid: Refactor function name template in JNI generator.
Factor out the code which generates the native export stub name for a
given native function, previously duplicated in two places, and also use
it in a third place: when generating the table of method registrations.
This will allow the table to be generated even when in native export
mode, as previously the table referred to the default name which is not
defined when using native exports.
BUG=442327
Committed: https://crrev.com/37d21163c4d4d4079747a681b069d124b373d58f
Cr-Commit-Position: refs/heads/master@{#317302}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Added docstring for GetStubName #Messages
Total messages: 9 (3 generated)
|