KernelSU Builder is a tool that allows you to build kernels with or without KernelSU support. It uses GitHub Actions for automated kernel builds and supports multiple versions and configurations. The kernel is fully compiled using Clang.
Follow these steps to use this Builder:
- Fork this repository.
- Update the
sources.yaml
file with your build sources and provide AnyKernel3. - Set up the necessary secrets in your repository settings. The required secret is
GH_PAT
: A personal access token with therepo
scope. - Trigger the GitHub Actions workflow manually or wait for it to be triggered automatically on each push.
- The builder will compile the kernel using Clang and create a release on the GitHub repository.
To flash the kernel onto your device:
- Go to the GitHub repository's releases page and download the latest build.
- Boot your device into recovery mode.
- Select 'Install' and navigate to the downloaded kernel zip file.
- Swipe to confirm the flash.
- Reboot your device.
Please note that this workflow is provided as-is without any warranties. Use it at your own risk. Ensure compatibility and follow device-specific guidelines before flashing custom kernels. Read and understand the installation instructions and warnings before proceeding with kernel installation.