Skip to content

Commit 5c937d7

Browse files
cortinicometa-codesync[bot]
authored andcommitted
Remove unnecessary HERMES_V1_ENABLED=1 inside build.gradle (#56917)
Summary: This is no longer necessary and just creates a warning: ``` C/C++: CMake Warning: C/C++: Manually-specified variables were not used by the project: C/C++: HERMES_V1_ENABLED ``` Let's clean this up. ## Changelog: [INTERNAL] - Pull Request resolved: #56917 Test Plan: CI Reviewed By: javache Differential Revision: D105946805 Pulled By: cortinico fbshipit-source-id: 3518168b3c060b41d8b0e71d5150b45d621c4505
1 parent 5e0fd8e commit 5c937d7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-native/ReactAndroid/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,6 @@ android {
580580
"-DCMAKE_POLICY_DEFAULT_CMP0069=NEW",
581581
)
582582

583-
arguments("-DHERMES_V1_ENABLED=1")
584-
585583
targets(
586584
"reactnative",
587585
"jsi",

0 commit comments

Comments
 (0)