enable LZ4 ramdisks for aosp_arm64

LZ4 is much faster to decompress than gzip.

Bug: 158791155
Change-Id: Id962c439c54e8c4fcca003acad3b7e09d1dec424
This commit is contained in:
Steve Muckle 2020-06-17 09:00:51 -07:00
parent 78439f4668
commit 2f17246fe7
1 changed files with 1 additions and 0 deletions

View File

@ -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)