You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add support for running hybrid apps from the XR editor
This commit is contained in:
@@ -105,7 +105,7 @@ android {
|
||||
}
|
||||
|
||||
boolean devBuild = buildType == "dev"
|
||||
boolean debugSymbols = devBuild
|
||||
boolean debugSymbols = devBuild || (buildType == "debug" && isAndroidStudio())
|
||||
boolean runTests = devBuild
|
||||
boolean storeRelease = buildType == "release"
|
||||
boolean productionBuild = storeRelease
|
||||
|
||||
Reference in New Issue
Block a user