Fix android editor build.

This commit is contained in:
Relintai 2024-04-20 14:29:19 +02:00
parent 063419321d
commit 535184f230

View File

@ -221,9 +221,11 @@ def generateBuildTasks(String flavor = "template") {
tasks += "copy${capitalizedTarget}BinaryToBin"
} else {
// Copy the generated editor apk to the bin directory.
tasks += "copyEditor${capitalizedTarget}ApkToBin"
//tasks += "copyEditor${capitalizedTarget}ApkToBin"
// Copy the generated editor aab to the bin directory.
tasks += "copyEditor${capitalizedTarget}AabToBin"
//tasks += "copyEditor${capitalizedTarget}AabToBin"
tasks += "copyEditor${capitalizedTarget}BinaryToBin"
}
} else {