mirror of
https://github.com/corda/corda.git
synced 2025-06-14 05:08:18 +00:00
fix JNIEnv::FindClass calls from JNI_OnLoad for all supported class libraries
This also fixes the some Android build rot and updates the version of OpenSSL used.
This commit is contained in:
@ -195,5 +195,8 @@ public abstract class ClassLoader {
|
||||
}
|
||||
return urls;
|
||||
}
|
||||
|
||||
|
||||
static native Class getCaller();
|
||||
|
||||
static native void load(String name, Class caller, boolean mapName);
|
||||
}
|
||||
|
Reference in New Issue
Block a user