Android: Add support for generating JNI code for calling constructors
The current workaround is to make static create functions that call the constructor and then generate the JNI code for the static create function. We have a quite of lot of these cases in WebRTC and it would be more convenient and clean for us to be able to call the constructor directly. Bug: webrtc:8278,webrtc:8551 Change-Id: I0726fb620526f810b2b06044a8b12deb1ae50f19 Reviewed-on: https://chromium-review.googlesource.com/772410Reviewed-by:agrieve <agrieve@chromium.org> Commit-Queue: Magnus Jedvert <magjed@chromium.org> Cr-Commit-Position: refs/heads/master@{#518400}
Showing
Please register or sign in to comment