You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Enable Android studio debugger.
This commit is contained in:
@@ -26,6 +26,7 @@ android {
|
||||
packagingOptions {
|
||||
exclude 'META-INF/LICENSE'
|
||||
exclude 'META-INF/NOTICE'
|
||||
doNotStrip '**/*.so'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
@@ -56,7 +57,7 @@ android {
|
||||
// files is only setup for editing support.
|
||||
gradle.startParameter.excludedTaskNames += taskPrefix + "externalNativeBuild" + buildType
|
||||
|
||||
def releaseTarget = supportedTargets[buildType.toLowerCase()]
|
||||
def releaseTarget = buildType.toLowerCase()
|
||||
if (releaseTarget == null || releaseTarget == "") {
|
||||
throw new GradleException("Invalid build type: " + buildType)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user