Skip to content

Commit adf5d85

Browse files
committed
Add fixed Build-squashfs-images.patch
1 parent a39368e commit adf5d85

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

kernel_build/lineage-18.1/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,7 @@ Also used [aosp_build](https://github.com/opengapps/aosp_build) for lineage 18.1
110110
* Enable squashfs images [[PR](https://github.com/waydroid/android_device_waydroid_waydroid/pull/2)]
111111
112112
```bash
113-
curl https://patch-diff.githubusercontent.com/raw/waydroid/android_device_waydroid_waydroid/pull/2.patch | git -C device/waydroid/waydroid/ apply -v --index
114-
```
115-
116-
* **Only x86_64**: BoardConfig: Reland scudo native allocator for x86 devices [[PR](https://github.com/waydroid/android_device_waydroid_waydroid/pull/4)]
117-
118-
```bash
119-
sed -i 's/MALLOC_SVELTE\ \:\=\ true//g' device/waydroid/waydroid/BoardConfig.mk
120-
# apply patch doesn't work because of the above patch
121-
# curl https://patch-diff.githubusercontent.com/raw/waydroid/android_device_waydroid_waydroid/pull/4.patch | git -C device/waydroid/waydroid/ apply -v --index
113+
curl https://raw.githubusercontent.com/YogSottot/waydroid_stuff/refs/heads/master/kernel_build/lineage-18.1/0001-Build-squashfs-images.patch | git -C device/waydroid/waydroid/ apply -v --index
122114
```
123115
124116
* Add force_mouse_as_touch option. [PR](https://github.com/waydroid/android_vendor_waydroid/pull/33)

0 commit comments

Comments
 (0)