From 8e2f44499cd64099b8f816e545480256be3c8fd0 Mon Sep 17 00:00:00 2001 From: Omkar Chandorkar Date: Mon, 26 Sep 2022 12:16:59 +0900 Subject: [PATCH] sm7250-common: move to lz4 for EROFS - while lz4hc,9 provides better compression ratio, it has the cost of tremendous compression time and potential hit while decompressing - internal tests on aarch64 seem to suggest the decompression hit is larger than x86_64 Change-Id: I5c102c03f95ace982b85a6ffa5c33aa9ce4637a4 Signed-off-by: Omkar Chandorkar --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d8fc22a..a57429e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -142,7 +142,7 @@ TARGET_COPY_OUT_SYSTEM_EXT := system_ext TARGET_COPY_OUT_VENDOR := vendor # EROFS -BOARD_EROFS_COMPRESSOR := lz4hc,9 +BOARD_EROFS_COMPRESSOR := lz4 BOARD_EROFS_PCLUSTER_SIZE := 262144 # Platform