We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef06690 commit da40726Copy full SHA for da40726
1 file changed
packages/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake
@@ -92,7 +92,7 @@ target_compile_options(common_flags INTERFACE ${folly_FLAGS})
92
# If project is on RN CLI v9, then we can use the following lines to link against the autolinked 3rd party libraries.
93
if(EXISTS ${PROJECT_BUILD_DIR}/generated/autolinking/src/main/jni/Android-autolinking.cmake)
94
include(${PROJECT_BUILD_DIR}/generated/autolinking/src/main/jni/Android-autolinking.cmake)
95
- target_link_libraries(${CMAKE_PROJECT_NAME} ${AUTOLINKED_LIBRARIES} ${PREBUILT_LIBRARIES})
+ target_link_libraries(${CMAKE_PROJECT_NAME} ${AUTOLINKED_LIBRARIES} ${PREFAB_LIBRARIES})
96
foreach(autolinked_library ${AUTOLINKED_LIBRARIES})
97
target_link_libraries(${autolinked_library} common_flags)
98
endforeach()
0 commit comments