ANDROID: Enable support for LZ4 compression for microdroid

LZ4 is supposed to be faster in the context of swapping, so enable
support for it on microdroid.

Bug: 433579841
Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:8a97a95ea028660a1bf5f840bdb20984107d2a45)
Merged-In: I06d8df54a22c5c2c63953ef7d2843c5296f42bb0
Change-Id: I06d8df54a22c5c2c63953ef7d2843c5296f42bb0
This commit is contained in:
Isaac J. Manjarres
2025-07-22 22:40:08 +00:00
committed by Android Build Cherrypicker Worker
parent 38b01aaeaa
commit fc2476d089
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -150,6 +150,7 @@ CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
CONFIG_BUG_ON_DATA_CORRUPTION=y
CONFIG_CRYPTO_HCTR2=y
CONFIG_CRYPTO_LZO=y
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_SHA1_ARM64_CE=y
CONFIG_CRYPTO_SHA2_ARM64_CE=y
CONFIG_CRYPTO_POLYVAL_ARM64_CE=y
+1
View File
@@ -204,6 +204,7 @@ CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
CONFIG_BUG_ON_DATA_CORRUPTION=y
CONFIG_CRYPTO_HCTR2=y
CONFIG_CRYPTO_LZO=y
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_POLYVAL_CLMUL_NI=y
CONFIG_CRYPTO_SHA1_SSSE3=y