mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move turbomodulejsijni to be consumed via prefab
Summary: This removes the old way of consuming `turbomodulejsijni.so` from `Android-prebuilt.cmake` to using Prefab which is natively supported by the Android pipeline. Changelog: [Internal] [Changed] - Move `turbomodulejsijni` to be consumed via prefab Reviewed By: cipolleschi Differential Revision: D39851647 fbshipit-source-id: 6201546ad47a53b366a54b022457fce7b744f064
This commit is contained in:
committed by
Facebook GitHub Bot
parent
85f3e2416f
commit
4bcb0ab762
@@ -103,16 +103,6 @@ target_include_directories(react_nativemodule_core
|
||||
${REACT_COMMON_DIR}/react/nativemodule/core/platform/android)
|
||||
target_link_libraries(react_nativemodule_core INTERFACE folly_runtime)
|
||||
|
||||
## turbomodulejsijni
|
||||
add_library(turbomodulejsijni SHARED IMPORTED GLOBAL)
|
||||
set_target_properties(turbomodulejsijni
|
||||
PROPERTIES
|
||||
IMPORTED_LOCATION
|
||||
${REACT_NDK_EXPORT_DIR}/${ANDROID_ABI}/libturbomodulejsijni.so)
|
||||
target_include_directories(turbomodulejsijni
|
||||
INTERFACE
|
||||
${REACT_ANDROID_SRC_DIR}/jni/react/turbomodule)
|
||||
|
||||
## react_render_core
|
||||
add_library(react_render_core SHARED IMPORTED GLOBAL)
|
||||
set_target_properties(react_render_core
|
||||
|
||||
Reference in New Issue
Block a user