SDL: generate .aab file with the debug symbols, but strip .apk file
This commit is contained in:
@@ -14,7 +14,11 @@ android {
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), '../proguard-local.cfg', '../proguard.cfg'
|
||||
}
|
||||
releaseWithDebugInfo {
|
||||
initWith release
|
||||
ndk {
|
||||
debugSymbolLevel 'FULL'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user