This action is for Non-GKI Kernels and has some universality and requires knowledge of the kernel and Android.
If you are not the author of the Kernel, and are using someone else's labor to build KernelSU, please use it for personal use only and do not share it with others. This is to show respect for the author's labor achievements.
5.4
4.19
4.14
4.9
All variables in the
config.env
file are only checked fortrue
.
Once the compilation is successful, AnyKernel3 will be uploaded in the
Action
and the device check has been disabled. Please flash it in TWRP.
Fork this repository to your storage account and edit the config.env
file with the following content. Afterward, click Star
or Action
. On the left side, you can see the Build Kernel
option. Click on it, and you will find the Run workflows
option above the dialog. Click on it to start the build.
Change this to your Kernel repository address.
For example - https://github.com/Diva-Room/Miku_kernel_xiaomi_wayne
Change this to your Kernel branch.
For example - TDA
Change this to your kernel configuration file name.
For example: vendor/wayne_defconfig
For example: arm64
Change this to the kernel binary that needs to be flashed, generally consistent with BOARD_KERNEL_IMAGE_NAME
in your AOSP device tree.
For example: Image.gz-dtb
Common names include Image
, Image.gz
.
You can use a non-official clang such as proton-clang.
Fill in a link that includes
.git
if it is a git repository.
Git repository or direct chain of compressed zip files is supported.
If you're using custom clang, you should be able to modify these settings on your own. :)
Due to #23, we provide an option to customize the Google main branch. The main ones include:
Clang Branch |
---|
master |
master-kernel-build-2021 |
master-kernel-build-2022 |
Or other branches, please search for them according to your own needs at https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86.
Enter the Clang version to use.
Clang Version | Corresponding Android Version | AOSP-Clang Version |
---|---|---|
12.0.5 | Android S | r416183b |
14.0.6 | Android T | r450784d |
14.0.7 | r450784e | |
15.0.1 | r458507 | |
17.0.1 | r487747b | |
17.0.2 | Android U | r487747c |
Generally, Clang12 can compile most of the 4.14 and above kernels. My MI 6X 4.19 uses r450784d.
Enable GCC 64C cross-compiler.
Enable GCC 32C cross-compiler.
Some kernels require additional compilation commands to compile correctly. Generally, no other commands are needed, so please search for information about your kernel. Please separate the command and the command with a space.
For example: LLVM=1 LLVM_IAS=1
LTO is used to optimize the kernel but sometimes causes errors.
Enable KernelSU for troubleshooting kernel failures or compiling the kernel separately.
Select the branch or tag of KernelSU:
- main branch (development version):
KERNELSU_TAG=main
- Latest TAG (stable version):
KERNELSU_TAG=
- Specify the TAG (such as
v0.5.2
):KERNELSU_TAG=v0.5.2
Customize the size and hash values of the KernelSU manager signature, if you don't need to customize the manager then please leave them empty or fill in the official default values:
KSU_EXPECTED_SIZE=0x033b
KSU_EXPECTED_HASH=c371061b19d8c7d7d6133c6a9bafe198fa944e50c1b31c9d8daa8d7f1fc2d2d6
You can type ksud debug get-sign <apk_path>
to get the size and hash of the apk signature.
Inject parameters into the defconfig automatically.
This parameter provides support for the KernelSU module and system partition read and write. Inject parameters into Defconfig automatically.
Enable the cache to make the second kernel compile faster. It can reduce the time by at least 2/5.
Upload DTBO. Some devices require it.
Added from previous workflows, view historical commits
Build boot.img, and you need to provide a Source boot image
.
As the name suggests, it provides a boot image source system that can boot normally and requires a direct chain, preferably from the same kernel source and AOSP device tree as your current system. Ramdisk contains the partition table and init, without which the compiled image will not boot up properly.
For example: https://raw.githubusercontent.com/xiaoleGun/KernelSU_action/main/boot/boot-wayne-from-Miku-UI-latest.img
Kernel source code depth, usually 1 is sufficient.
Change the default Python to Python2.
Enable the kernel configuration for lxc-docker | kvm | turn off Android network configuration (to prevent container network issues).
Enable the kernel configuration for nethunter, and run the patch script to customize as needed.
Perform patching for lxc-docker | Makefile.
- lxc-docker: run the patch script to customize as needed.
- Makefile: if the default configuration overrides the used configuration, perform patching and customize as needed.
Whether to run the customization script and customize as needed.