No submodule

This commit is contained in:
Nullptr
2023-02-28 12:37:58 +08:00
parent 8affc8f991
commit 5f8eb4af09
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View File

@@ -4,6 +4,3 @@
[submodule "loader/src/external/parallel-hashmap"]
path = loader/src/external/parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap
[submodule "zygiskd/src/external/binder_rs"]
path = zygiskd/src/external/binder_rs
url = https://github.com/Kernel-SU/binder_rs

View File

@@ -20,7 +20,7 @@ once_cell = "1.17.1"
passfd = "0.1.5"
rand = "0.8.5"
binder = { path = "src/external/binder_rs/binder" }
binder = { git = "https://github.com/Kernel-SU/binder_rs" }
[profile.release]
strip = true