File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ function(build_firebase_shared LIBRARY_NAME ARTIFACT_NAME OUTPUT_NAME)
108
108
"-static-libstdc++"
109
109
# Set the max page size to 16KB, needed by Android 15
110
110
"-Wl,-z,max-page-size=16384"
111
+ "-Wl,-z,common-page-size=16384"
111
112
)
112
113
add_custom_command (TARGET ${shared_target} POST_BUILD
113
114
COMMAND "${ANDROID_TOOLCHAIN_PREFIX} strip" -g -S -d --strip-debug --verbose
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ function(build_uni TARGET_LINK_LIB_NAMES PROJECT_LIST_HEADER_VARIABLE)
88
88
"-static-libstdc++"
89
89
# Set the max page size to 16KB, needed by Android 15
90
90
"-Wl,-z,max-page-size=16384"
91
+ "-Wl,-z,common-page-size=16384"
91
92
)
92
93
add_custom_command (TARGET firebase_app_uni POST_BUILD
93
94
COMMAND "${ANDROID_TOOLCHAIN_PREFIX} strip" -g -S -d --strip-debug --verbose
You can’t perform that action at this time.
0 commit comments