diff options
| author | 2019-01-07 22:28:40 +0000 | |
|---|---|---|
| committer | 2019-01-07 22:28:40 +0000 | |
| commit | eeff924c6f6d482224dd7d735031b1fd2a96cbdd (patch) | |
| tree | 3943967037ac04c1cb9235b183daf415f228b3a2 | |
| parent | 2098e207ff2c9fb1e54a236b649401e6436502f1 (diff) | |
| parent | 2efcc95ea1131e30fdf370e1632a9c07397216e7 (diff) | |
Merge "ANGLE moved ANGLEGetDisplayPlatform to libGLESv2"
| -rw-r--r-- | opengl/libs/EGL/egl_angle_platform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl_angle_platform.cpp b/opengl/libs/EGL/egl_angle_platform.cpp index 297e0c49cb..00caff222b 100644 --- a/opengl/libs/EGL/egl_angle_platform.cpp +++ b/opengl/libs/EGL/egl_angle_platform.cpp @@ -106,7 +106,7 @@ bool initializeAnglePlatform(EGLDisplay dpy) { .flags = ANDROID_DLEXT_USE_NAMESPACE, .library_namespace = ns, }; - void* so = android_dlopen_ext("libEGL_angle.so", RTLD_LOCAL | RTLD_NOW, &dlextinfo); + void* so = android_dlopen_ext("libGLESv2_angle.so", RTLD_LOCAL | RTLD_NOW, &dlextinfo); angleGetDisplayPlatform = reinterpret_cast<GetDisplayPlatformFunc>(dlsym(so, "ANGLEGetDisplayPlatform")); |