We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d9e61 commit 745d8d7Copy full SHA for 745d8d7
layout/android/CMakeLists.txt
@@ -38,4 +38,7 @@ file(GLOB jni_src jni/*.cpp)
38
39
add_library(flexbox SHARED ${engine_src} ${jni_src})
40
41
+# Support Android 16K Page
42
+target_link_options(flexbox PRIVATE "-Wl,-z,max-page-size=16384")
43
+
44
target_link_libraries(flexbox android log)
0 commit comments