File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
workflow_call : # This allows this workflow to be called from another workflow
5
5
6
6
jobs :
7
- build-kernel-a13-5-15-kernelsu-susfs :
7
+ build-kernel-a13-5-15-kernelsu-next- susfs :
8
8
runs-on : ubuntu-local
9
9
10
10
steps :
82
82
echo "Changing to configuration directory: $CONFIG..."
83
83
cd "$CONFIG/kernel_platform"
84
84
85
- echo "Adding KernelSU..."
85
+ echo "Adding KernelSU Next ..."
86
86
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -
87
87
cd ./KernelSU-Next/kernel
88
88
sed -i 's/ccflags-y += -DKSU_VERSION=16/ccflags-y += -DKSU_VERSION=12321/' ./Makefile
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
cd ./KernelSU-Next
104
104
105
- # Apply SUSFS patch for KernelSU
105
+ # Apply SUSFS patch for KernelSU Next
106
106
patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true
107
107
108
108
# Change to common directory and apply SUSFS patch
@@ -197,7 +197,7 @@ jobs:
197
197
echo "Creating zip files for all formats..."
198
198
cd ./AnyKernel3
199
199
200
- ZIP_NAME="Anykernel3-OP11-A15-android11-5.15-KernelSU-SUSFS.zip"
200
+ ZIP_NAME="Anykernel3-OP11-A15-android11-5.15-KernelSU-Next- SUSFS.zip"
201
201
echo "Creating zip file $ZIP_NAME..."
202
202
zip -r "../$ZIP_NAME" ./*
203
203
You can’t perform that action at this time.
0 commit comments