-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update codegen template to include correct native modules and C++17
Summary: This diff updates the Makefile generated by `react-native-codegen` to include the correct list of modules. Specifically I've removed some modules that are unused like `libreact_debug` and added others that are necessary for the build to compile correctly such as `libfbjni`. Plus I've bumped the C++ version to 17 as we had a mixture of 14 and 17 across the codebase. Changelog: [Internal] [Changed] - Update codegen template to include correct native modules and C++17 Reviewed By: mdvacca Differential Revision: D31754427 fbshipit-source-id: 8490fa5c5ad298689b564f760c3fc65550c94547
- Loading branch information
1 parent
c980d0d
commit c7d0c94
Showing
2 changed files
with
14 additions
and
14 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