Implementation of the Godot Android Plugin configuration file
This commit is contained in:
parent
163687d17a
commit
14e6696c8e
11 changed files with 534 additions and 54 deletions
|
|
@ -140,7 +140,7 @@ task generateGodotTemplates(type: GradleBuild) {
|
|||
startParameter.excludedTaskNames += ":lib:" + getSconsTaskName(buildType)
|
||||
}
|
||||
|
||||
tasks = ["copyGodotPaymentPluginToAppModule"]
|
||||
tasks = []
|
||||
|
||||
// Only build the apks and aar files for which we have native shared libraries.
|
||||
for (String target : supportedTargets) {
|
||||
|
|
@ -161,6 +161,7 @@ task generateGodotTemplates(type: GradleBuild) {
|
|||
}
|
||||
}
|
||||
|
||||
dependsOn 'copyGodotPaymentPluginToAppModule'
|
||||
finalizedBy 'zipCustomBuild'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue