forked from openkylin/platform_build
enable LZ4 ramdisks for aosp_arm64
LZ4 is much faster to decompress than gzip. Bug: 158791155 Change-Id: Id962c439c54e8c4fcca003acad3b7e09d1dec424
This commit is contained in:
parent
78439f4668
commit
2f17246fe7
|
@ -70,6 +70,7 @@ BOARD_KERNEL-MAINLINE-LZ4_BOOTIMAGE_PARTITION_SIZE := 53477376
|
|||
|
||||
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
|
||||
|
||||
BOARD_RAMDISK_USE_LZ4 := true
|
||||
BOARD_BOOT_HEADER_VERSION := 3
|
||||
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
|
||||
|
||||
|
|
Loading…
Reference in New Issue