Add 16K support for standalone Yoga (#1766)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ae2d06d0f5
commit
13f4adbbcd
@@ -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") } }
|
||||
|
Reference in New Issue
Block a user