Support extracting any partition from payload.bin

This commit is contained in:
topjohnwu
2023-05-25 23:45:38 -07:00
committed by John Wu
parent ec31cab5a7
commit 659b9c6fee
14 changed files with 203 additions and 116 deletions
+2
View File
@@ -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",