Move react_render_debug to be consumed via prefab (#34802)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/34802

This removes the old way of consuming `libreact_render_debug.so` from
`Android-prebuilt.cmake` to using Prefab which is natively supported
by the Android pipeline.

Changelog:
[Internal] [Changed] - Move `react_render_debug` to be consumed via prefab

Reviewed By: cipolleschi

Differential Revision: D39849622

fbshipit-source-id: 45451dfe92ecce94d1b466094baae05a75ed803f
This commit is contained in:
Nicola Corti
2022-09-27 09:30:50 -07:00
committed by Facebook GitHub Bot
parent 80b8cefb26
commit 49b14cc603
6 changed files with 45 additions and 12 deletions
@@ -124,14 +124,6 @@ target_include_directories(react_render_core
${REACT_COMMON_DIR}
${REACT_COMMON_DIR}/react/renderer/core)
## react_render_debug
add_library(react_render_debug SHARED IMPORTED GLOBAL)
set_target_properties(react_render_debug
PROPERTIES
IMPORTED_LOCATION
${REACT_NDK_EXPORT_DIR}/${ANDROID_ABI}/libreact_render_debug.so)
target_include_directories(react_render_debug INTERFACE ${REACT_COMMON_DIR}/react/renderer/debug)
## react_debug
add_library(react_debug SHARED IMPORTED GLOBAL)
set_target_properties(react_debug