Skip to content

Commit 922779f

Browse files
committed
Change value of HERMESVM_HEAP_HV_MODE on Android
Summary: X-link: facebook/react-native#54240 Changelog: [Android][Changed] Changed value of `HERMESVM_HEAP_HV_MODE` to `HEAP_HV_PREFER32` for Hermes V1 Reviewed By: cipolleschi Differential Revision: D85329156 fbshipit-source-id: c7d0a948b1262d081cf0b2c9972f89a8efcf3808
1 parent b6016ce commit 922779f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ android {
227227
"-DHERMES_BUILD_SHARED_JSI=True",
228228
"-DHERMES_RELEASE_VERSION=${hermesReleaseVersion}",
229229
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=True",
230+
"-DHERMESVM_HEAP_HV_MODE=HEAP_HV_PREFER32",
230231
// We intentionally build Hermes with Intl support only. This is to simplify
231232
// the build setup and to avoid overcomplicating the build-type matrix.
232233
"-DHERMES_ENABLE_INTL=True",

0 commit comments

Comments
 (0)