Fix stub not include
This commit is contained in:
parent
4d4c1e49d4
commit
71d1686788
|
|
@ -107,7 +107,7 @@ task copyDexmakerJar {
|
||||||
}
|
}
|
||||||
|
|
||||||
task cleanTemplate(type: Delete) {
|
task cleanTemplate(type: Delete) {
|
||||||
delete file(templateSystemPath), file(templateSystemx86Path)
|
delete file(templateSystemx86Path)
|
||||||
}
|
}
|
||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue