|
@@ -81,11 +81,6 @@ runs:
|
|
|
run: |
|
|
run: |
|
|
|
cd "$COMMON"
|
|
cd "$COMMON"
|
|
|
# Apply SUSFS core patch
|
|
# 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
|
|
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
|
|
rm -rf 50_add_susfs_in_gki-$ANDROID_VERSION-$KERNEL_VERSION.patch
|
|
|
|
|
|