mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37451 It seems like starting from AGP 7.4, Android is not including the `-DANDROID` flag anymore from the NDK toolchain. As we do have several `#ifdef` logic that takes care of having this macro set, I'm going to make sure it's always set for both ReactAndroid, hermes-engine and the template. Changelog: [Android] [Fixed] - Make sure the -DANDROID compilation flag is always included Reviewed By: javache Differential Revision: D45908787 fbshipit-source-id: 07284712d7bcce73dc8ea0dffd4a9d00af4de1d2