platform_bootable_recovery/bootloader_message
Tao Bao 7e31f421a5 write_bootloader_message(<options>) should not reset stage field.
Commit bd56f1590c switches to calling
write_bootloader_message(<options>) in get_args(), which
unintentionally resets the stage field thus breaks two-step OTAs.

This CL changes write_bootloader_message(<options>) to only set the
command field (to "boot-recovery") and the recovery field (with the
specified options).

Test: Apply a two-step package.
Change-Id: I6905918812c7d3402cc1524688079066a4d22d29
2016-12-05 15:31:52 -08:00
..
include/bootloader_message write_bootloader_message(<options>) should not reset stage field. 2016-12-05 15:31:52 -08:00
Android.mk Create bootloader_message static library. 2016-10-18 11:37:05 -07:00
bootloader_message.cpp write_bootloader_message(<options>) should not reset stage field. 2016-12-05 15:31:52 -08:00