Merge "Adjust to new OpenNativeLibrary API."

This commit is contained in:
Nicolas Geoffray
2019-01-20 13:58:49 +00:00
committed by Gerrit Code Review

View File

@@ -286,6 +286,7 @@ loadNativeCode_native(JNIEnv* env, jobject clazz, jstring path, jstring funcName
sdkVersion,
pathStr.c_str(),
classLoader,
nullptr,
libraryPath,
&needs_native_bridge,
&nativeloader_error_msg);