sm7250-common: match erofs pcluster size to aosp recommendations

- source https://source.android.com/docs/core/architecture/kernel/erofs

Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
Change-Id: If881388771d3922f05012627e9c51c28a4230739
Signed-off-by: DarkAngelGR <asavvo01@gmail.com>
This commit is contained in:
Omkar Chandorkar 2022-09-21 05:37:54 +05:30 committed by mikairyuu
parent 02e5e42e7d
commit 7e7aa05828

View File

@ -143,7 +143,7 @@ TARGET_COPY_OUT_VENDOR := vendor
# EROFS # EROFS
BOARD_EROFS_COMPRESSOR := lz4hc,9 BOARD_EROFS_COMPRESSOR := lz4hc,9
BOARD_EROFS_PCLUSTER_SIZE := 65536 BOARD_EROFS_PCLUSTER_SIZE := 262144
# Platform # Platform
BOARD_VENDOR := xiaomi BOARD_VENDOR := xiaomi