output from running build after adding APP_ALLOW_MISSING_DEPS := true Relevant Links - [commits][1] for `react_codegen_rncore` - [commits][2] for `folly_json` - [0.68 discussion][3], [Folly_runtime for CMake][5] - [Android NDK: Module react_codegen_rncore depends on undefined module: folly_json][6] - Build works on commit [Build Hermes from source][4] - [folly build from source on ubuntu][8] and file [folly/json.cpp][7] - [Build Hermes from Source #33396][9] [1]: https://github.com/facebook/react-native/search?q=react_codegen_rncore&type=commits "commits for react_codegen_rncore" [2]: https://github.com/facebook/react-native/search?q=folly_json&type=commits "commits for folly_json" [3]: https://github.com/reactwg/react-native-releases/discussions/13#discussioncomment-2370055 "similar error - discussion on 0.68 thread" [4]: https://github.com/facebook/react-native/pull/33396/files#diff-b05c07809d909b212fb146f58bef66ffbf2b18d8ccfd2e5664788d5de883ccb8L90-R104 "Build Hermes from source" [5]: https://github.com/facebook/react-native/commit/e5874d90e20adce5c0350ce1794c6c1f759eae3b "Folly_runtime for CMake" [6]: https://github.com/facebook/react-native/pull/33468/commits/06c490886fea28c950816e6a1cfb64865c13a56f "Android NDK: Module react_codegen_rncore depends on undefined module: folly_json" [7]: https://github.com/facebook/folly/blob/main/folly/json.cpp "folly/json.cpp" [8]: https://github.com/facebook/folly#ubuntu-lts-centos-stream-fedora "folly build from source on ubuntu" [9]: https://github.com/facebook/react-native/pull/33396 "Build Hermes from Source #33396" [10]: https://github.com/facebook/react-native/commit/5d5addd661cd269372df8fae7e8c6073f4ace749 "Separate folly into runtime + folly_futures specific for hermes inspect"