Skip to content

Commit 739f75c

Browse files
authored
Update build-kernel-a12.yml
1 parent d1e8961 commit 739f75c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-kernel-a12.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
# Add KernelSU, SUSFS patches, and build the kernel
102102
echo "Adding KernelSU..."
103103
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -
104-
cd ./KernelSU-Next/kernel
105-
sed -i 's/ccflags-y += -DKSU_VERSION=16/ccflags-y += -DKSU_VERSION=12000/' ./Makefile
106-
cd ../../
104+
#cd ./KernelSU-Next/kernel
105+
#sed -i 's/ccflags-y += -DKSU_VERSION=16/ccflags-y += -DKSU_VERSION=12000/' ./Makefile
106+
#cd ../../
107107
echo "Applying SUSFS patches..."
108108
cp ../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./KernelSU-Next/
109109
cp ../susfs4ksu/kernel_patches/50_add_susfs_in_gki-${ANDROID_VERSION}-${KERNEL_VERSION}.patch ./common/

0 commit comments

Comments
 (0)