android_system_core/fastboot/device
David Anderson 5cbd2e43ee Don't hardcode the super partition name.
If a device has logical partitions but does not use a partition called
"super", we will need this to be configurable. Note that the "slot"
argument is currently unused, but will be necessary for update_engine if
there are A and B super partitions.

Bug: 116608795
Test: super partition works
Change-Id: Ieb548a158faeb423f3561230f26d582325efbc6b
2018-10-01 14:13:22 -07:00
..
commands.cpp Don't hardcode the super partition name. 2018-10-01 14:13:22 -07:00
commands.h Pass OEM commands to HAL 2018-09-25 22:55:47 +00:00
fastboot_device.cpp Pass OEM commands to HAL 2018-09-25 22:55:47 +00:00
fastboot_device.h Integrate with fastboot HAL to get partition type 2018-09-07 12:22:00 -07:00
flashing.cpp fastbootd: Perform CRC check when flashing sparse images. 2018-09-05 12:52:15 -07:00
flashing.h fastbootd: Add an update-super command to sync the super partition. 2018-08-22 15:05:03 -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 Don't hardcode the super partition name. 2018-10-01 14:13:22 -07:00
utility.h Support 'fastboot getvar unlocked' command. 2018-09-25 16:25:46 -07:00
variables.cpp Support 'fastboot getvar unlocked' command. 2018-09-25 16:25:46 -07:00
variables.h Merge "Integrate with fastboot HAL to get partition type" 2018-09-08 02:47:41 +00:00