Re: [PATCH] AOSP: erofs-utils: mkfs: remove block list implementation

2025-04-10 Thread Gao Xiang
Hi Sandeep, On 2025/4/11 06:00, Sandeep Dhavale wrote: Hi Gao, I checked with Kelvin, and now AOSP has an EROFS image parser so block list functionality is redundant. With that, Reviewed-by: Sandeep Dhavale Thanks for your confirmation. Currently I have hard time, I will reply your patch th

Re: [PATCH] AOSP: erofs-utils: mkfs: remove block list implementation

2025-04-10 Thread Sandeep Dhavale
Hi Gao, I checked with Kelvin, and now AOSP has an EROFS image parser so block list functionality is redundant. With that, Reviewed-by: Sandeep Dhavale

[PATCH] AOSP: erofs-utils: mkfs: remove block list implementation

2025-04-06 Thread Gao Xiang
The current Android doesn't use this method. Let's remove it for simplicity, as it's difficult to verify its functionality without setuping the Android environment. Cc: Kelvin Zhang Signed-off-by: Gao Xiang --- include/erofs/block_list.h | 20 -- lib/blobchunk.c| 11 --