Skip to content

Commit

Permalink
Add 16K support for standalone Yoga (#1766)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and NickGerleman committed Dec 13, 2024
1 parent f55265f commit 2dfdf6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ android {
consumerProguardFiles("proguard-rules.pro")

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

externalNativeBuild { cmake { path("CMakeLists.txt") } }
Expand Down

0 comments on commit 2dfdf6c

Please sign in to comment.