kermel: Refactoring and separating dynamic signature-related structures and functions

This commit is contained in:
ShirkNeko
2025-07-28 22:44:24 +08:00
parent d21f92d817
commit 3ae1a3b10a
5 changed files with 552 additions and 499 deletions

View File

@@ -1,5 +1,6 @@
kernelsu-objs := ksu.o
kernelsu-objs += allowlist.o
kernelsu-objs += dynamic_sign.o
kernelsu-objs += apk_sign.o
kernelsu-objs += sucompat.o
kernelsu-objs += throne_tracker.o