File tree 1 file changed +1
-9
lines changed
kernel_build/lineage-18.1 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -110,15 +110,7 @@ Also used [aosp_build](https://github.com/opengapps/aosp_build) for lineage 18.1
110
110
* Enable squashfs images [[PR](https://github.com/waydroid/android_device_waydroid_waydroid/pull/2)]
111
111
112
112
```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
122
114
```
123
115
124
116
* Add force_mouse_as_touch option. [PR](https://github.com/waydroid/android_vendor_waydroid/pull/33)
You can’t perform that action at this time.
0 commit comments