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

Merge pull request #98687 from m4gr3d/disable_swappy_requirement_for_as_debug_builds

Update the `production` build argument for Android Studio debug builds
This commit is contained in:
Thaddeus Crews
2024-11-12 12:13:23 -06:00

View File

@@ -106,8 +106,8 @@ android {
boolean devBuild = buildType == "dev"
boolean debugSymbols = devBuild
boolean runTests = devBuild
boolean productionBuild = !devBuild
boolean storeRelease = buildType == "release"
boolean productionBuild = storeRelease
def sconsTarget = flavorName
if (sconsTarget == "template") {