build: upload Android native debug symbols

This commit is contained in:
Ayaan Zaidi 2026-03-14 09:44:26 +05:30
parent f4fef64fc1
commit 1f9cc647f8
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ android {
} }
isMinifyEnabled = true isMinifyEnabled = true
isShrinkResources = true isShrinkResources = true
ndk {
debugSymbolLevel = "SYMBOL_TABLE"
}
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro") proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
} }
debug { debug {