aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-06-10 13:21:16 -0700
committerAlistair Delva <adelva@google.com>2020-06-17 20:55:07 -0700
commit3569b6f93256aec5356d15e0cdcd09d9523150c5 (patch)
tree0f742e1abfb6ee449e08d698f252ca2ae98b07df
parent192505bfb6f87ce770d379146b73dd9f195dae49 (diff)
downloadcuttlefish-3569b6f93256aec5356d15e0cdcd09d9523150c5.tar.gz
Enable lz4 ramdisks on cuttlefish
The kernels are still gzip compressed but this can be fixed later. Bug: 150391496 Change-Id: Id005d208016bc94fa3a5c2ec43b660e2cc212971
-rw-r--r--shared/BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index 40bb4416c..7c5f6ed65 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -162,6 +162,8 @@ BOARD_BUILD_SUPER_IMAGE_BY_DEFAULT := true
BOARD_SUPER_IMAGE_IN_UPDATE_PACKAGE := true
TARGET_RELEASETOOLS_EXTENSIONS := device/google/cuttlefish/shared
+BOARD_RAMDISK_USE_LZ4 := true
+
# To see full logs from init, disable ratelimiting.
# The default is 5 messages per second amortized, with a burst of up to 10.
BOARD_KERNEL_CMDLINE += printk.devkmsg=on