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
+1
View File
@@ -197,6 +197,7 @@ if (isCommitly) {
}
// -------- Generating Android Artifacts
env.REACT_NATIVE_SKIP_PREFAB = true;
if (exec('./gradlew :ReactAndroid:installArchives').code) {
echo('Could not generate artifacts');
exit(1);