mirror of https://github.com/openclaw/openclaw.git
build: upload Android native debug symbols
This commit is contained in:
parent
f4fef64fc1
commit
1f9cc647f8
|
|
@ -80,6 +80,9 @@ android {
|
|||
}
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
ndk {
|
||||
debugSymbolLevel = "SYMBOL_TABLE"
|
||||
}
|
||||
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
|
||||
}
|
||||
debug {
|
||||
|
|
|
|||
Loading…
Reference in New Issue