build android app with llvm

This commit is contained in:
r4sas 2018-12-27 03:16:38 +03:00
parent 6193b06708
commit 7cd17f8e1f
5 changed files with 33 additions and 42 deletions

View file

@ -17,7 +17,7 @@ public class I2PD_JNI {
public static native void onNetworkStateChanged(boolean isConnected);
public static void loadLibraries() {
System.loadLibrary("gnustl_shared");
System.loadLibrary("c++_shared");
System.loadLibrary("i2pd");
}
}