Skip applying the module symbol fix patch for kernel versions 6.1 and 6.6 as it's not needed for these versions.
@@ -203,6 +203,7 @@ jobs:
patch -p1 --forward -F 3 < 69_hide_stuff.patch
- name: Apply Module Symbol Version Fix Patch
+ if: ${{ inputs.kernel_version != '6.1' && inputs.kernel_version != '6.6' }}
run: |
cd "$CONFIG/common"
curl -s -o module_symbol_fix.patch "https://github.com/Anything-at-25-00/android_kernel_common_android12-5.10/commit/2476d262b597fe8af82cfb7aaf96676f51c6b4ed.patch"