Android: statically load iconv library

Fixes #3291

Thanks to @arpruss for reporting the bug, and suggesting the fix.

Also, remove trailing whitespaces.
This commit is contained in:
est31 2015-10-24 20:44:07 +02:00
parent e46fa22003
commit 49bda7f98d
1 changed files with 16 additions and 15 deletions

View File

@ -87,6 +87,7 @@ public class MtNativeActivity extends NativeActivity {
System.loadLibrary("ssl");
System.loadLibrary("crypto");
System.loadLibrary("gmp");
System.loadLibrary("iconv");
// We don't have to load libminetest.so ourselves,
// but if we do, we get nicer logcat errors when