Fix stub not include

This commit is contained in:
Jim Wu 2020-01-29 23:30:24 +08:00
parent 4d4c1e49d4
commit 71d1686788
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ task copyDexmakerJar {
}
task cleanTemplate(type: Delete) {
delete file(templateSystemPath), file(templateSystemx86Path)
delete file(templateSystemx86Path)
}
afterEvaluate {