platform_system_core/fastboot/device
David Anderson b6134a6d4e fastbootd: Remove metadata merging code.
The purpose of this code was to support preserving partitions across a
flashall operation. Since we are not supporting persistent read-write
partitions, this merging code is effectively useless - it is preserving
only partitions that will be deleted.

Additionally, this code does not merge partition group changes, since
doing so accurately is difficult. Partition size changes aren't sent
until after update-super resolves, so a valid re-grouping could be
rejected during update-super if the existing partitions are too big.

This patch removes the update-super merging code until a use case comes
along and we can properly evaluate how it should work.

Bug: N/A
Test: fastboot flashall
Change-Id: I1d622b23dabdf031897be9de49f59fc8cf3caf3b
2018-10-26 13:34:40 -07:00
..
commands.cpp Merge "set_active command should update current slot information." 2018-10-10 22:13:15 +00:00
commands.h Check maximum allowed download size for download command. 2018-10-08 14:07:56 -07:00
fastboot_device.cpp fastboot: use constants.h values 2018-10-18 14:26:27 +00:00
fastboot_device.h set_active command should update current slot information. 2018-10-10 12:25:11 -07:00
flashing.cpp fastbootd: Remove metadata merging code. 2018-10-26 13:34:40 -07:00
flashing.h fastbootd: Remove metadata merging code. 2018-10-26 13:34:40 -07:00
main.cpp Add fastbootd. 2018-08-02 09:43:23 -07:00
usb_client.cpp adbd: use unique_fd for the usb file descriptors. 2018-08-22 15:33:08 -07:00
usb_client.h Add fastbootd. 2018-08-02 09:43:23 -07:00
utility.cpp Check return status of ReadFileToString() in GetDeviceLockStatus() 2018-10-08 19:21:12 +00:00
utility.h Support 'fastboot getvar unlocked' command. 2018-09-25 16:25:46 -07:00
variables.cpp Merge "Check validity of partition for getvar:partition-type" 2018-10-09 23:21:54 +00:00
variables.h Support fastboot variable battery-soc-ok 2018-10-05 16:16:49 -07:00