Skip to content

Commit 2dfdf6c

Browse files
cortinicoNickGerleman
authored andcommitted
Add 16K support for standalone Yoga (#1766)
Summary: Pull Request resolved: #1766 While we added support for 16K pages for yoga through React Native, the standalone version we upload to Maven Central wasn't handled. This fixes it. Reviewed By: NickGerleman Differential Revision: D66975933 fbshipit-source-id: 36a8404e2f2a60a44b9a39e478b23d1829bc542e
1 parent f55265f commit 2dfdf6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ android {
3030
consumerProguardFiles("proguard-rules.pro")
3131

3232
ndk { abiFilters.addAll(setOf("x86", "x86_64", "armeabi-v7a", "arm64-v8a")) }
33+
externalNativeBuild { cmake { arguments("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON") } }
3334
}
3435

3536
externalNativeBuild { cmake { path("CMakeLists.txt") } }

0 commit comments

Comments
 (0)