java: this fixes issue with SDL could not found "hidapi" on armv7-a devices

This commit is contained in:
rafal1137 2019-10-06 21:36:30 +02:00
parent fa962f240c
commit af1701016b
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ public class ETLActivity extends SDLActivity implements JoyStickListener
@Override
protected String[] getLibraries() {
return new String[] {
"hidapi",
"SDL2",
"etl"
};