This commit is contained in:
topjohnwu 2021-01-30 11:51:15 -08:00
parent 52e1b84d41
commit 2089223690

View File

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