mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
build: include native debug symbols in release bundle
This commit is contained in:
@@ -48,6 +48,9 @@ android {
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
ndk {
|
||||
debugSymbolLevel = "FULL"
|
||||
}
|
||||
}
|
||||
debug {
|
||||
isMinifyEnabled = false
|
||||
|
||||
Reference in New Issue
Block a user