remove: ReZygiskd dl.c

This commit removes the "dl.c" file, which was used for using "android_dlopen_ext" in a new namespace, used to isolate libraries, which is not necessary here as they are on different processes, hence "dlopen" can be used.
This commit is contained in:
ThePedroo
2025-04-26 06:02:03 -03:00
parent dd38f230c0
commit 0c0f65998d
4 changed files with 1 additions and 66 deletions

View File

@@ -51,7 +51,6 @@ val Files = arrayOf(
"root_impl/kernelsu.c",
"root_impl/magisk.c",
"companion.c",
"dl.c",
"main.c",
"utils.c",
"zygiskd.c"