소스 검색

fix android13-5.15.197

TheWildJames 2 달 전
부모
커밋
62bfe400e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
           sed -i '/^#include <trace\/hooks\/blk.h>$/d' fs/namespace.c
         fi
-        if [ "${{ inputs.sublevel }}" -ge "206" ]; then
+        if [ "${{ inputs.sublevel }}" -ge "197" ]; then
           echo "Applying task_mmu.c Android 13 5.15 Fake Patch"
           sed -i '/^#include <trace\/hooks\/mm.h>$/d' fs/proc/task_mmu.c
         fi