Removed conditional patching for VMA_PAD_START in SUSFS action.
@@ -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