[new_ota]测试截图

This commit is contained in:
xuxinchao
2025-07-03 17:53:17 +08:00
parent 6d05e427ee
commit cde3c4e74a
4 changed files with 259 additions and 54 deletions

View File

@@ -85,7 +85,7 @@ rootProject.gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
def packageTask = (PackageApplication) t2
def outDir = packageTask.outputDirectory
def apkNames = packageTask.apkNames
if (apkNames != null && apkNames.size() > 0) {
if (false) {
apkNames.forEach { apkName ->
def apk = new File(outDir, apkName)
def lp = new File(rootProject.rootDir, "local.properties")