Add fallback to mount syscall (#1349)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user