mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
883a93871c
Summary: Cherry picking https://github.com/facebook/react-native/pull/33707 to main branch This change is extending the changes made by alespergl to reduce the file paths and command lengths of ndk build commands Essentially we are shortening the length of the source files by using relative paths instead of absolute paths as enumerated by the wildcard expression This commit is extending the fix by including all the new modules introduced into RN for the new architecture, including the generated modules. We are also reverting the ndk bump as ndk23 is crashing frequently when building RN with new arch. The reduced file paths lengths ensures the ndk bump is not required for relatively short application paths. Fix building RN with new architecture on Windows boxes by using relative paths for C++ sources ## Changelog Fix building RN with new architecture on Windows boxes by using relative paths for C++ sources [CATEGORY] [TYPE] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/33784 Test Plan: Verified building on windows box Reviewed By: javache Differential Revision: D36241928 Pulled By: cortinico fbshipit-source-id: 1ce428a271724cbd3b00a24fe03e7d69253f169b