mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-19 02:52:15 +00:00
Stop embedding stub.apk in magiskinit
This commit is contained in:
@@ -131,7 +131,7 @@ abstract class MagiskInstallImpl protected constructor(
|
||||
}
|
||||
|
||||
// Extract scripts
|
||||
for (script in listOf("util_functions.sh", "boot_patch.sh", "addon.d.sh")) {
|
||||
for (script in listOf("util_functions.sh", "boot_patch.sh", "addon.d.sh", "stub.apk")) {
|
||||
val dest = File(installDir, script)
|
||||
context.assets.open(script).writeTo(dest)
|
||||
}
|
||||
|
Reference in New Issue
Block a user