mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 12:12:31 +08:00
Collapse native/{fb,jni,xplatinit} into one DSO
Reviewed By: dcolascione Differential Revision: D3201488 fbshipit-source-id: 0cf965ee16e360329285d834a4c575d8f1061f15
This commit is contained in:
committed by
Facebook Github Bot 1
parent
c779e233b6
commit
ee77e50c4a
@@ -29,7 +29,7 @@ public class Prerequisites {
|
||||
private static final int EGL_OPENGL_ES2_BIT = 0x0004;
|
||||
|
||||
public static void ensure() {
|
||||
SoLoader.loadLibrary("fbjni");
|
||||
SoLoader.loadLibrary("fb");
|
||||
}
|
||||
|
||||
// Code is simplified version of getDetectedVersion()
|
||||
|
||||
Reference in New Issue
Block a user