1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

[Android] Allow to build dev template with symbols

(cherry picked from commit fd7141fc03)
This commit is contained in:
thebestnom
2021-03-11 01:03:17 +02:00
committed by Rémi Verschelde
parent 08bedba341
commit 31bc9d859b
3 changed files with 32 additions and 8 deletions

View File

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