mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-06-12 11:01:40 -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