sm6150-common: Switch to LZ4 for EROFS

lz4hc has a higher compression ratio, but extends build time significantly
for no decompress gains. Additionally, testing on sm8150 + lz4 1.9.4
showed larger decompress gains on lz4 than lz4hc despite the hair-splitting
results on v1.9.0.

Change-Id: Icb38aea5f8116dbf316e8cff440994c4c76aeb59
Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
John Galt
2022-09-22 15:18:23 -04:00
committed by therealmharc
parent 5ae014790b
commit 2ccadfcb00

View File

@@ -111,6 +111,7 @@ BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := erofs
BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := erofs
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := erofs
BOARD_EROFS_PCLUSTER_SIZE := 262144
BOARD_EROFS_COMPRESSOR := lz4
BOARD_USES_METADATA_PARTITION := true