|
|
@@ -180,11 +180,11 @@ jobs:
|
|
|
cp ../../kernel_patches/wild/susfs_fix_patches/v1.5.9/fix_core_hook.c.patch ./
|
|
|
patch -p1 --forward --fuzz=3 < fix_core_hook.c.patch
|
|
|
|
|
|
- # Skip fix_rules.c.patch for Android 14 with kernel 6.1
|
|
|
- if [ "${{ inputs.android_version }}" != "android14" ] && [ "${{ inputs.kernel_version }}" != "6.1" ]; then
|
|
|
- cp ../../kernel_patches/wild/susfs_fix_patches/v1.5.9/fix_rules.c.patch ./
|
|
|
- patch -p1 --forward < fix_rules.c.patch
|
|
|
- fi
|
|
|
+ ## Skip fix_rules.c.patch for Android 14 with kernel 6.1
|
|
|
+ #if [ "${{ inputs.android_version }}" != "android14" ] && [ "${{ inputs.kernel_version }}" != "6.1" ]; then
|
|
|
+ # cp ../../kernel_patches/wild/susfs_fix_patches/v1.5.9/fix_rules.c.patch ./
|
|
|
+ # patch -p1 --forward < fix_rules.c.patch
|
|
|
+ #fi
|
|
|
|
|
|
cp ../../kernel_patches/wild/susfs_fix_patches/v1.5.9/fix_sucompat.c.patch ./
|
|
|
patch -p1 --forward < fix_sucompat.c.patch
|