kernel: We don't like dirty (#46)

This commit is contained in:
秋秋
2023-01-12 17:19:54 +08:00
committed by GitHub
parent bf5bfd3836
commit 777ed72642
5 changed files with 96 additions and 0 deletions

View File

@@ -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