Skip to content

Commit 47c04b9

Browse files
committed
[LOCAL] remove faulty cherry pick networking lines from Android's CMakeList.txt
1 parent 1a0f7b2 commit 47c04b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ add_react_common_subdir(react/nativemodule/featureflags)
125125
add_react_common_subdir(react/nativemodule/microtasks)
126126
add_react_common_subdir(react/nativemodule/idlecallbacks)
127127
add_react_common_subdir(react/nativemodule/webperformance)
128-
add_react_common_subdir(react/networking)
129128
add_react_common_subdir(jserrorhandler)
130129
add_react_common_subdir(react/runtime)
131130
add_react_common_subdir(react/runtime/hermes)
@@ -193,7 +192,6 @@ add_library(reactnative
193192
$<TARGET_OBJECTS:react_nativemodule_idlecallbacks>
194193
$<TARGET_OBJECTS:react_nativemodule_microtasks>
195194
$<TARGET_OBJECTS:react_nativemodule_webperformance>
196-
$<TARGET_OBJECTS:react_networking>
197195
$<TARGET_OBJECTS:react_newarchdefaults>
198196
$<TARGET_OBJECTS:react_performance_cdpmetrics>
199197
$<TARGET_OBJECTS:react_performance_timeline>
@@ -284,7 +282,6 @@ target_include_directories(reactnative
284282
$<TARGET_PROPERTY:react_nativemodule_idlecallbacks,INTERFACE_INCLUDE_DIRECTORIES>
285283
$<TARGET_PROPERTY:react_nativemodule_microtasks,INTERFACE_INCLUDE_DIRECTORIES>
286284
$<TARGET_PROPERTY:react_nativemodule_webperformance,INTERFACE_INCLUDE_DIRECTORIES>
287-
$<TARGET_PROPERTY:react_networking,INTERFACE_INCLUDE_DIRECTORIES>
288285
$<TARGET_PROPERTY:react_newarchdefaults,INTERFACE_INCLUDE_DIRECTORIES>
289286
$<TARGET_PROPERTY:react_performance_cdpmetrics,INTERFACE_INCLUDE_DIRECTORIES>
290287
$<TARGET_PROPERTY:react_performance_timeline,INTERFACE_INCLUDE_DIRECTORIES>

0 commit comments

Comments
 (0)