[android] Export all debug symbols

Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
Andrei Shkrob
2025-07-04 20:24:58 +02:00
committed by Konstantin Pastbin
parent c13da0f0a2
commit 07025ff696
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,6 @@ android {
minSdk propMinSdkVersion.toInteger()
targetSdk propTargetSdkVersion.toInteger()
ndk.debugSymbolLevel = 'symbol_table'
externalNativeBuild {
def pchFlag = 'OFF'