فهرست منبع

fix(action): remove Android 14 6.1 fixes due to false condition

TheWildJames 4 ماه پیش
والد
کامیت
fbf5fa3a68
1فایلهای تغییر یافته به همراه0 افزوده شده و 14 حذف شده
  1. 0 14
      .github/actions/susfs/action.yml

+ 0 - 14
.github/actions/susfs/action.yml

@@ -303,17 +303,3 @@ runs:
         if [[ "$SHOW_PAD_FIX" = "1" ]]; then
           sed -i -e 's/goto show_pad;/return 0;/' ./fs/proc/task_mmu.c
         fi
-
-    - name: Apply Android 14 6.1 Fixes
-      if: inputs.android_version == 'android14' && inputs.kernel_version == '6.1' && false
-      shell: bash
-      working-directory: ${{ github.workspace }}/kernel/common
-      run: |
-        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>
-        #endif
-        EOF
-        ) fs/proc/base.c
-        fi