ksud: Fix confliction with stock system overlayfs

This commit is contained in:
tiann
2023-02-08 12:14:27 +08:00
parent 66284bfbe3
commit d26956ff72
4 changed files with 348 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ rust-embed = { version = "6.4.2", features = [
sys-mount = "2.0.1"
# 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.14"
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.12"