Skip to content

Commit 62d89cb

Browse files
cortinicometa-codesync[bot]
authored andcommitted
Fix nightly builds by exposing react_renderer_animationbackend via prefab (facebook#55261)
Summary: Pull Request resolved: facebook#55261 The nightlies of a couple of libraries started to fail because some headers are now importing `AnimationChoreographer.h` from `react_renderer_animationbackend` which is not exposed via prefab. See https://github.com/react-native-community/nightly-tests/actions/runs/21197740502 This fixes it. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D91118249 fbshipit-source-id: 3dae6a842e2c86bd5b6e15bd6f8dd497c6892f8a
1 parent 66f6146 commit 62d89cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ val preparePrefab by
270270
Pair("src/main/jni/first-party/yogajni/jni", ""),
271271
// oscompat
272272
Pair("../ReactCommon/oscompat/", "oscompat/"),
273+
// react_renderer_animationbackend
274+
Pair(
275+
"../ReactCommon/react/renderer/animationbackend/",
276+
"react/renderer/animationbackend/",
277+
),
273278
),
274279
),
275280
PrefabPreprocessingEntry(

0 commit comments

Comments
 (0)