Skip to content

Commit f8e8c4e

Browse files
cortinicometa-codesync[bot]
authored andcommitted
Expose jsitooling via prefab (#54529)
Summary: Pull Request resolved: #54529 Nightlies for reanimated and worklets started failing after D86200983 That's because the header `JSRuntimeBindings.h` is now exposed via `jsitooling` but such target is not accessible via prefab for libreactnative.so. This adds back the header and should solve the breakages. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D86958415 fbshipit-source-id: b490da5d8938f3ab7b5161f9d80e09e31f890f92
1 parent 976c849 commit f8e8c4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ val preparePrefab by
104104
Pair(File(buildDir, "third-party-ndk/glog/exported/").absolutePath, ""),
105105
// jsiinpsector
106106
Pair("../ReactCommon/jsinspector-modern/", "jsinspector-modern/"),
107+
// jsitooling
108+
Pair("../ReactCommon/jsitooling/", ""),
107109
// mapbufferjni
108110
Pair("src/main/jni/react/mapbuffer", ""),
109111
// turbomodulejsijni

0 commit comments

Comments
 (0)