forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-add libreact_debug to codegen makefile and add prebuilts for them
Summary: While working updating the codeden Makefile template for Android, I've removed the `libreact_debug` and `libreact_render_debug` dependencies as they were unused in a simple turbomodule. Turns out that `:ReactAndroid` is depending on having those dependencies. Moving the build file to use AGP APIs, triggers this scenario and is making `ReactAndroid` failing to build (see the build status for facebook#32443). I'm updating the codegen Makefile template to reintrodce the two libraries + I've update the prebuilt makefile (used in the playbook) to include `react_debug` prebuilts as they were missing. Changelog: [Internal] [Changed] - Re-add libreact_debug to codegen makefile and add prebuilts for them Differential Revision: D31900675 fbshipit-source-id: 6ace1c2bd27c93773f587fa604f8a27e8c26b1f8
- Loading branch information
1 parent
055ea9c
commit 9b7b7fe
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters