Skip to content

Commit 4c4e739

Browse files
committed
[LOCAL] Remove stale react_performancetracerjni CMake target references
The JNI source files for PerformanceTracer were removed in the cherry-pick of "Cleanup no longer used jni layer for frame timings" (facebook#54678), but the CMakeLists.txt references to the react_performancetracerjni target were not, causing the Android CMake configure step to fail.
1 parent cd8f643 commit 4c4e739

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-native/ReactAndroid/src/main/jni/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ add_library(reactnative
200200
$<TARGET_OBJECTS:react_newarchdefaults>
201201
$<TARGET_OBJECTS:react_performance_cdpmetrics>
202202
$<TARGET_OBJECTS:react_performance_timeline>
203-
$<TARGET_OBJECTS:react_performancetracerjni>
204203
$<TARGET_OBJECTS:react_renderer_animations>
205204
$<TARGET_OBJECTS:react_renderer_attributedstring>
206205
$<TARGET_OBJECTS:react_renderer_componentregistry>
@@ -294,7 +293,6 @@ target_include_directories(reactnative
294293
$<TARGET_PROPERTY:react_newarchdefaults,INTERFACE_INCLUDE_DIRECTORIES>
295294
$<TARGET_PROPERTY:react_performance_cdpmetrics,INTERFACE_INCLUDE_DIRECTORIES>
296295
$<TARGET_PROPERTY:react_performance_timeline,INTERFACE_INCLUDE_DIRECTORIES>
297-
$<TARGET_PROPERTY:react_performancetracerjni,INTERFACE_INCLUDE_DIRECTORIES>
298296
$<TARGET_PROPERTY:react_renderer_animations,INTERFACE_INCLUDE_DIRECTORIES>
299297
$<TARGET_PROPERTY:react_renderer_attributedstring,INTERFACE_INCLUDE_DIRECTORIES>
300298
$<TARGET_PROPERTY:react_renderer_componentregistry,INTERFACE_INCLUDE_DIRECTORIES>

0 commit comments

Comments
 (0)