Skip to content

Commit c902245

Browse files
committed
Remove hermesV1Enabled Gradle property and simplify Hermes version resolution
Since legacy Hermes is no longer supported, remove the hermesV1Enabled toggle from the Gradle plugin, version.properties, and all build scripts. HERMES_V1_VERSION_NAME is renamed to HERMES_VERSION_NAME as the single Hermes version. CMake flags like HERMESVM_HEAP_HV_MODE are now unconditional.
1 parent 88909e2 commit c902245

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

private/react-native-fantom/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ val configureFantomTester by
198198
"-DREACT_THIRD_PARTY_NDK_DIR=$reactAndroidBuildDir/third-party-ndk",
199199
"-DRN_ENABLE_DEBUG_STRING_CONVERTIBLE=ON",
200200
)
201-
202201
cmdArgs.add("-DHERMES_V1_ENABLED=1")
203-
204202
commandLine(cmdArgs)
205203
standardOutputFile.set(project.file("$buildDir/reports/configure-fantom_tester.log"))
206204
errorOutputFile.set(project.file("$buildDir/reports/configure-fantom_tester.error.log"))

0 commit comments

Comments
 (0)