mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[android] Export all debug symbols
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
committed by
Konstantin Pastbin
parent
c13da0f0a2
commit
07025ff696
@@ -77,6 +77,8 @@ android {
|
||||
buildConfigField 'String', 'REVIEW_URL', '""'
|
||||
|
||||
setProperty('archivesBaseName', appName.replaceAll('\\s','') + '-' + defaultConfig.versionCode)
|
||||
|
||||
ndk.debugSymbolLevel = 'full'
|
||||
}
|
||||
|
||||
flavorDimensions += 'default'
|
||||
|
||||
@@ -14,7 +14,6 @@ android {
|
||||
|
||||
minSdk propMinSdkVersion.toInteger()
|
||||
targetSdk propTargetSdkVersion.toInteger()
|
||||
ndk.debugSymbolLevel = 'symbol_table'
|
||||
|
||||
externalNativeBuild {
|
||||
def pchFlag = 'OFF'
|
||||
|
||||
Reference in New Issue
Block a user