This commit is contained in:
topjohnwu 2021-01-30 11:51:15 -08:00
parent 52e1b84d41
commit 2089223690
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ abstract class MagiskInstallImpl protected constructor(
private val logs: MutableList<String> = NOPList.getInstance()
) : KoinComponent {
protected lateinit var installDir: File
protected var installDir = File("xxx")
private lateinit var srcBoot: File
private lateinit var shell: Shell