ksud: replace some utils with rust libraries (#142)

This commit is contained in:
skbeh
2023-01-30 12:57:25 +08:00
committed by GitHub
parent bd6b0d3d12
commit 7785d2a3f8
9 changed files with 525 additions and 178 deletions

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
############################################
# KernelSU installer script
# Credit to Magisk!!!
@@ -89,14 +90,15 @@ setup_flashable() {
}
ensure_bb() {
:
}
recovery_actions() {
:
}
recovery_cleanup() {
:
}
#######################