mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
fbfed680349d121038a81a2d593b199349a69351
Fixed the following error when compiling ld.lld: error: undefined symbol: task_stack_page >>> referenced by ld-temp.o >>> vmlinux.o:(sh_user_path)
KernelSU
A Kernel based root solution for Android GKI.
Usage
- Flash a custom kernel with KernelSU, you can build it yourself or use prebuilt boot.img.
- Install Manager App and enjoy :)
Build
Build GKI Kernel
- Download the GKI source first, you can refer the GKI build instruction
- cd
<GKI kernel source dir> curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -- Build the kernel.
Build the Manager App
Just open Android Studio and import the project.