Fixed typo in new boot.img flasher

This commit is contained in:
Martijn Braam 2017-07-05 00:48:19 +02:00
parent 48ffe79051
commit 2518627579
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ flashers = {
{
"list_devices": [["fastboot", "devices", "-l"]],
"flash_system": [["fastboot", "flash", "system", "$IMAGE"]],
"flash_kernel": [["fastboot", "flash" "boot", "$BOOT/boot.img-$FLAVOR"]],
"flash_kernel": [["fastboot", "flash", "boot", "$BOOT/boot.img-$FLAVOR"]],
"boot": [["fastboot",
"--kernel-offset", "$OFFSET_KERNEL",
"--ramdisk-offset", "$OFFSET_RAMDISK",