Преглед изворни кода

fix(action): update sublevel condition for Android 14 6.1 fixes

TheWildJames пре 4 месеци
родитељ
комит
ace8f4074f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/actions/susfs/action.yml

+ 1 - 1
.github/actions/susfs/action.yml

@@ -201,7 +201,7 @@ runs:
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
-        if [ "${{ inputs.sublevel }}" -le "117" ]; then
+        if [ "${{ inputs.sublevel }}" -le "141" ]; then
         sed -i '/#include "fd.h"/r'<(cat <<'EOF'
         #ifdef CONFIG_KSU_SUSFS_SUS_MAP
         #include <linux/susfs_def.h>