Add fallback to mount syscall (#1349)

This commit is contained in:
LoveSy
2024-02-05 17:36:07 +08:00
committed by GitHub
parent 263b986bcd
commit abf0dacb36
3 changed files with 92 additions and 132 deletions

View File

@@ -43,7 +43,7 @@ rustix = { git = "https://github.com/Kernel-SU/rustix.git", branch = "main", fea
# some android specific dependencies which compiles under unix are also listed here for convenience of coding
android-properties = { version = "0.2.2", features = ["bionic-deprecated"] }
procfs = "0.16"
loopdev = { git = "https://github.com/tiann/loopdev", branch = "loopfix" }
loopdev = { git = "https://github.com/Kernel-SU/loopdev" }
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13"