SDL/src/core/android
Sylvain Becker 210f6dda95 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
2019-12-12 18:38:36 +01:00
..
keyinfotable.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_android.c Android: use 'RegisterNatives' to export the native methods 2019-12-12 18:38:36 +01:00
SDL_android.h Android: concurrency issues, make sure Activity is in running State when calling 2019-06-28 16:38:42 +02:00