File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-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
Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ Support
71
71
72
72
Release Notes
73
73
-------------
74
+ ### Upcoming
75
+ - Changes
76
+ - General (Android): Fix a crash with 16 KB page sizes.
77
+ ([ #1259 ] ( https://github.com/firebase/firebase-unity-sdk/issues/1259 ) ).
78
+
74
79
### 12.9.0
75
80
- Changes
76
81
- General: Update to EDM4U version 1.2.186.
You can’t perform that action at this time.
0 commit comments