This commit is contained in:
Vitor Santos Costa
2016-04-05 23:56:25 +01:00
parent da315b2688
commit b7eb38fc44
7 changed files with 180 additions and 21 deletions

View File

@@ -246,6 +246,10 @@ public class JavaYap extends Activity
System.loadLibrary("android");
System.loadLibrary("log");
System.loadLibrary("gmp");
System.loadLibrary("sqlite3");
System.loadLibrary("utf8proc");
System.loadLibrary("Yap");
System.loadLibrary("Yap++");
System.loadLibrary("YapDroid");
}