OSDN Git Service

Adjust to new OpenNativeLibrary API.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 18 Jan 2019 11:59:41 +0000 (11:59 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 18 Jan 2019 11:59:55 +0000 (11:59 +0000)
Bug: 122874359
Test: m
Change-Id: Ia018fd334eaf77b690ee6f7b5852743d1efa0e2f

core/jni/android_app_NativeActivity.cpp

index b2d3651..21369f9 100644 (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);