Revert "ci: use ddk for faster ci, manual gki image build"
This reverts commit 33d1f18395.
This commit is contained in:
@@ -420,8 +420,8 @@ static void sulog_prctl_cmd(uid_t uid, unsigned long cmd)
|
||||
int ksu_handle_prctl(int option, unsigned long arg2, unsigned long arg3,
|
||||
unsigned long arg4, unsigned long arg5)
|
||||
{
|
||||
// if success, we modify the arg5 as result!
|
||||
__maybe_unused u32 *result = (u32 *)arg5;
|
||||
// if success, we modify the arg5 as result!
|
||||
__maybe_unused u32 *result = (u32 *)arg5;
|
||||
__maybe_unused u32 reply_ok = KERNEL_SU_OPTION;
|
||||
|
||||
if (likely(ksu_is_current_proc_umounted()))
|
||||
|
||||
Reference in New Issue
Block a user