You've already forked godot
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:
@@ -239,5 +239,5 @@ ext.shouldSign = { ->
|
||||
}
|
||||
|
||||
ext.shouldNotStrip = { ->
|
||||
return isAndroidStudio()
|
||||
return isAndroidStudio() || project.hasProperty("doNotStrip")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user