Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a Gradle task to setup the Hermes Ninja build
Summary: As the title says, we need to invoke: ``` ./utils/build/configure.py ./ninja_build cmake --build ./ninja_build --target hermesc ``` In order to build the Hermes compiler, otherwise the CMake build will fail with a missing Cmake file. Changelog: [Internal] [Changed] - Create a Gradle task to setup the Hermes Ninja build Reviewed By: hramos Differential Revision: D34213468 fbshipit-source-id: 83f70bdb068f99ce17a44207b4282fde2d7420ca
- Loading branch information