Revert "ci: bump ddk to 20251104, fix android16-6.12 lkm"

This reverts commit 257f0ca6de.
This commit is contained in:
ShirkNeko
2025-11-04 21:08:24 +08:00
parent 4a610af452
commit 23cc0ceff1
6 changed files with 15 additions and 24 deletions

View File

@@ -3,7 +3,6 @@
#include <linux/types.h>
#include "ksu.h"
#include "kernel_compat.h"
void ksu_allowlist_init(void);
@@ -26,7 +25,7 @@ bool ksu_set_app_profile(struct app_profile *, bool persist);
bool ksu_uid_should_umount(uid_t uid);
struct root_profile *ksu_get_root_profile(uid_t uid);
#ifdef __MANUAL_SU
#ifdef CONFIG_KSU_MANUAL_SU
bool ksu_temp_grant_root_once(uid_t uid);
void ksu_temp_revoke_root_once(uid_t uid);
#endif