Parcourir la source

fix android13-5.15.197

TheWildJames il y a 2 mois
Parent
commit
62bfe400e3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/actions/susfs/action.yml

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

@@ -118,7 +118,7 @@ runs:
           echo "Applying namespace.c Android 13 5.15 Fake Patch"
           echo "Applying namespace.c Android 13 5.15 Fake Patch"
           sed -i '/^#include <trace\/hooks\/blk.h>$/d' fs/namespace.c
           sed -i '/^#include <trace\/hooks\/blk.h>$/d' fs/namespace.c
         fi
         fi
-        if [ "${{ inputs.sublevel }}" -ge "206" ]; then
+        if [ "${{ inputs.sublevel }}" -ge "197" ]; then
           echo "Applying task_mmu.c Android 13 5.15 Fake Patch"
           echo "Applying task_mmu.c Android 13 5.15 Fake Patch"
           sed -i '/^#include <trace\/hooks\/mm.h>$/d' fs/proc/task_mmu.c
           sed -i '/^#include <trace\/hooks\/mm.h>$/d' fs/proc/task_mmu.c
         fi
         fi