Skip to content

Commit ed3e814

Browse files
committed
Add fb/glog_init.h to prefab
1 parent dbc6c3f commit ed3e814

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-native/ReactAndroid/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ val preparePrefab by
9191
Pair("src/main/jni/react/fabric", "react/fabric/"),
9292
// glog
9393
Pair(File(buildDir, "third-party-ndk/glog/exported/").absolutePath, ""),
94+
// fbgloginit (exports fb/glog_init.h)
95+
Pair("src/main/jni/first-party/fbgloginit", ""),
9496
// jsiinpsector
9597
Pair("../ReactCommon/jsinspector-modern/", "jsinspector-modern/"),
9698
// mapbufferjni

0 commit comments

Comments
 (0)