mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
80b8cefb26
commit
49b14cc603
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user