mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-07-21 22:20:34 +02:00
build android app with llvm
This commit is contained in:
parent
6193b06708
commit
7cd17f8e1f
5 changed files with 33 additions and 42 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue