You've already forked godot
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:
committed by
Rémi Verschelde
parent
08bedba341
commit
31bc9d859b
@@ -239,5 +239,5 @@ ext.shouldSign = { ->
|
||||
}
|
||||
|
||||
ext.shouldNotStrip = { ->
|
||||
return isAndroidStudio()
|
||||
return isAndroidStudio() || project.hasProperty("doNotStrip")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user