Explicitly load hidapi as a dependency of the SDL library

This fixes loading on Android 4.2
Sam Lantinga 2019-04-16 20:00:14 -07:00
parent f07c992bb8
commit cf87d5764d
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
*/
protected String[] getLibraries() {
return new String[] {
"hidapi",
"SDL2",
// "SDL2_image",
// "SDL2_mixer",