You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
kernel: We don't like dirty (#46)
This commit is contained in:
2
.github/workflows/build-kernel-5.15.yml
vendored
2
.github/workflows/build-kernel-5.15.yml
vendored
@@ -45,6 +45,8 @@ jobs:
|
||||
DRIVER_MAKEFILE=$GKI_ROOT/common/drivers/Makefile
|
||||
grep -q "kernelsu" $DRIVER_MAKEFILE || echo "obj-y += kernelsu/" >> $DRIVER_MAKEFILE
|
||||
echo "[+] KernelSU setup Done."
|
||||
cd $GKI_ROOT/common/ && git apply $GITHUB_WORKSPACE/KernelSU/.github/patches/5.15/*.patch
|
||||
cd -
|
||||
|
||||
- name: Build boot.img
|
||||
working-directory: android-kernel
|
||||
|
||||
Reference in New Issue
Block a user