mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-04-28 12:03:09 -07:00
Delete previously generated component classes in stub
This commit is contained in:
@@ -274,6 +274,7 @@ fun Project.setupStubApk() {
|
||||
|
||||
val componentJavaOutDir = layout.buildDirectory
|
||||
.dir("generated/${variantLowered}/components").get().asFile
|
||||
componentJavaOutDir.deleteRecursively()
|
||||
|
||||
val (factory, app) = genStubClasses(componentJavaOutDir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user