Skip to content

Commit bfa330d

Browse files
authored
Merge pull request #110463 from kojurohan42/build-id-append-for-crashlytics
added build id link flag for firebase crashlytics support for android
2 parents ee87ee8 + b1ed9ff commit bfa330d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/android/detect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def configure(env: "SConsEnvironment"):
228228
# Link flags
229229

230230
env.Append(LINKFLAGS=["-Wl,--gc-sections", "-Wl,--no-undefined", "-Wl,-z,now"])
231+
env.Append(LINKFLAGS=["-Wl,--build-id"])
231232
env.Append(LINKFLAGS=["-Wl,-soname,libgodot_android.so"])
232233

233234
env.Prepend(CPPPATH=["#platform/android"])

0 commit comments

Comments
 (0)