File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102
102
git clone https://github.com/TheWildJames/AnyKernel3.git -b "$ANYKERNEL_BRANCH"
103
103
git clone https://gitlab.com/simonpunk/susfs4ksu.git -b "$SUSFS_BRANCH"
104
104
git clone https://github.com/TheWildJames/kernel_patches.git
105
+ git clone https://github.com/fatalcoder524/kernel_patches_additional.git
105
106
106
107
- name : Initialize and Sync Kernel Source
107
108
run : |
@@ -189,7 +190,8 @@ jobs:
189
190
echo "Changing to configuration directory: $CONFIG..."
190
191
cd "$CONFIG/kernel_platform/common"
191
192
echo "Applying KSUN Hooks..."
192
- cp ../../../kernel_patches/next/syscall_hooks.patch ./
193
+ # cp ../../../kernel_patches/next/syscall_hooks.patch ./
194
+ cp ../../../kernel_patches_additional/scope_min_manual_hooks_v1.3.patch ./syscall_hooks.patch
193
195
patch -p1 --fuzz=3 < ./syscall_hooks.patch
194
196
195
197
- name : Apply Hide Stuff Patches
@@ -209,6 +211,7 @@ jobs:
209
211
210
212
# Add KSU configuration settings
211
213
echo "CONFIG_KSU=y" >> ./common/arch/arm64/configs/gki_defconfig
214
+ echo "CONFIG_KSU_DEBUG=y" >> ./common/arch/arm64/configs/gki_defconfig
212
215
echo "CONFIG_KSU_KPROBES_HOOK=n" >> ./common/arch/arm64/configs/gki_defconfig
213
216
214
217
# Add SUSFS configuration settings
You can’t perform that action at this time.
0 commit comments