Zum Inhalt springen

Boot.img.lz4

| Context | Description | |---------|-------------| | | fastboot flash boot boot.img.lz4 (if bootloader supports LZ4) | | Payload.bin updates | Extracted from Android OTA payload.bin using update_payload_extractor | | Custom ROMs | ROMs often distribute boot.img.lz4 to save bandwidth | | Unpacking tools | lz4 -d boot.img.lz4 boot.img |

BOARD_BOOTIMAGE_COMPRESSION := lz4 BOARD_RAMDISK_USE_LZ4 := true BOARD_USES_RECOVERY_AS_BOOT := false # if using standard boot boot.img.lz4

make bootimage make bootimage_lz4