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,14 +3,13 @@
#include <linux/types.h>
#include <linux/workqueue.h>
#include "kernel_compat.h"
#define KERNEL_SU_VERSION KSU_VERSION
#define KERNEL_SU_OPTION 0xDEADBEEF
extern bool ksu_uid_scanner_enabled;
#ifdef __MANUAL_SU
#ifdef CONFIG_KSU_MANUAL_SU
#define CMD_MANUAL_SU_REQUEST 50
#endif