Commit 210f6dda957a2aa56c7bec58d33b2c0288579286

Sylvain Becker 2019-12-12T18:38:36

Android: use 'RegisterNatives' to export the native methods "The advantages of RegisterNatives are that you get up-front checking that the symbols exist, plus you can have smaller and faster shared libraries by not exporting anything but JNI_OnLoad" https://developer.android.com/training/articles/perf-jni#native-libraries