1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Merge pull request #48276 from thebestnom/cherrypick/allow-build-android-with-symbols

This commit is contained in:
Rémi Verschelde
2021-04-29 21:15:42 +02:00
committed by GitHub
3 changed files with 33 additions and 9 deletions

View File

@@ -239,5 +239,5 @@ ext.shouldSign = { ->
}
ext.shouldNotStrip = { ->
return isAndroidStudio()
return isAndroidStudio() || project.hasProperty("doNotStrip")
}