File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -152,11 +152,6 @@ jobs:
152
152
patch -p1 --forward < ksun_susfs_latest.patch || true
153
153
fi
154
154
155
- curl -Ls https://github.com/backslashxx/mojito_krenol/commit/0df9b96dcb3836e6e85f83839a95af71d7130e84.patch \
156
- | sed -e 's|a/drivers/kernelsu/core_hook.c|a/kernel/core_hook.c|' \
157
- -e 's|b/drivers/kernelsu/core_hook.c|b/kernel/core_hook.c|' \
158
- | patch -p1 -F 3
159
-
160
155
# Determine base version based on branch
161
156
if [ "${{ inputs.ksun_branch }}" == "stable" ]; then
162
157
BASE_VERSION=10200
@@ -181,6 +176,7 @@ jobs:
181
176
sed -i '/#include <trace\/hooks\/blk.h>/a #include <trace/hooks/fs.h>' ./fs/namespace.c
182
177
fi
183
178
patch -p1 < 50_add_susfs_in_gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}.patch || true
179
+ curl -Ls https://github.com/sidex15/android_kernel_lge_sm8150/commit/fcc59dc3310d3a1511d02dc3ac6d1e113517ece1.patch | patch -p1 -F 3
184
180
185
181
- name : Apply KSUN Hooks
186
182
run : |
You can’t perform that action at this time.
0 commit comments