Pārlūkot izejas kodu

added build id link flag for firebase crashlytics support

kojurohan42 4 dienas atpakaļ
vecāks
revīzija
b1ed9ffca7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      platform/android/detect.py

+ 1 - 0
platform/android/detect.py

@@ -228,6 +228,7 @@ def configure(env: "SConsEnvironment"):
     # Link flags
 
     env.Append(LINKFLAGS=["-Wl,--gc-sections", "-Wl,--no-undefined", "-Wl,-z,now"])
+    env.Append(LINKFLAGS=["-Wl,--build-id"])
     env.Append(LINKFLAGS=["-Wl,-soname,libgodot_android.so"])
 
     env.Prepend(CPPPATH=["#platform/android"])