mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff extends the Gradle algo used to search for `hermesc`. Currently we look into `node_modules/hermes-engine/%OS-BIN%/hermesc` With this change the algo will look into: - A user provided path to hermesc - Built from source version of hermesc (for users of New Architecture) - Bundled version of hermesc inside react-native - hermesc from the hermes-engine NPM package I've added tests for the new algo. I also realized our tests were broken (since they stopped running on CI), I fixed them as well. Changelog: [Android] [Changed] - Gradle: extend the algoritm to find hermesc paths Reviewed By: ShikaSD Differential Revision: D35649911 fbshipit-source-id: d4bcbe06a6bfa8d98b91c1612fc28b300de91661