platform_system_core/fastboot/device
David Anderson 90fe0a43ab fastboot: Query the name of the super partition.
This patch adds a new variable, "super-partition-name", to query the
name of the super partition (with a slot suffix if it has one). The
fastboot flashing tool has been updated to query this variable.

Since the super partition name can no longer be determined without
fastbootd, the presence of super_empty.img is used to test for
dynamic partition support rather than the presence of a super partition.

Bug: 116802789
Test: fastboot flashall on retrofit device
Change-Id: If830768eba6de7f31ac3183c64167fae973c77a4
2018-11-06 11:43:04 -08:00
..
commands.cpp fastboot: Query the name of the super partition. 2018-11-06 11:43:04 -08: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 fastboot: Fix flashing both slots with dynamic partitions. 2018-11-06 11:43:03 -08: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 fastboot: Query the name of the super partition. 2018-11-06 11:43:04 -08:00
variables.h fastboot: Query the name of the super partition. 2018-11-06 11:43:04 -08:00