You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Support extracting any partition from payload.bin
This commit is contained in:
Generated
+2
@@ -31,6 +31,7 @@ dependencies = [
|
||||
"cxx",
|
||||
"cxx-gen",
|
||||
"libc",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -213,6 +214,7 @@ dependencies = [
|
||||
name = "magiskboot"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base",
|
||||
"byteorder",
|
||||
"cxx",
|
||||
|
||||
Reference in New Issue
Block a user