Browse Source

Simplify SUSFS patch application process

Removed conditional patching for VMA_PAD_START in SUSFS action.
jimsterino98 1 month ago
parent
commit
f8e6f47154
1 changed files with 0 additions and 5 deletions
  1. 0 5
      .github/actions/susfs-patches/action.yml

+ 0 - 5
.github/actions/susfs-patches/action.yml

@@ -81,11 +81,6 @@ runs:
      run: |
       cd "$COMMON"
       # Apply SUSFS core patch
-      
-      if grep -q 'VMA_PAD_START(vma)' 50_add_susfs_in_gki-$ANDROID_VERSION-$KERNEL_VERSION.patch; then
-      sed -i 's/VMA_PAD_START(vma)/vma->vm_end/' 50_add_susfs_in_gki-$ANDROID_VERSION-$KERNEL_VERSION.patch
-      fi
-      
       patch -p1 < 50_add_susfs_in_gki-$ANDROID_VERSION-$KERNEL_VERSION.patch || true
       rm -rf 50_add_susfs_in_gki-$ANDROID_VERSION-$KERNEL_VERSION.patch