android_system_core/fastboot/device
josephjang 2906975399 fastboot: add new oem command for post wipe userdata
When Android userdata partition has been erased in fastbootd, call
oem specific API doOemSpecificErase() to wipe other userdata in
device.

If oem doesn't implement this specific API in fastboot_hal lib,
fastbootd will receive 'NOT_SUPPORTED' return status.

Bug: 169173873
Change-Id: I9b6a5a4aaed31d1168e633418b189f9bb6d34d01
2020-10-01 05:09:26 +00:00
..
commands.cpp fastboot: add new oem command for post wipe userdata 2020-10-01 05:09:26 +00:00
commands.h Merge "fastboot: Implement helper commands for Virtual A/B." 2019-10-31 01:11:49 +00:00
fastboot_device.cpp fastboot: add new oem command for post wipe userdata 2020-10-01 05:09:26 +00:00
fastboot_device.h fastboot: add new oem command for post wipe userdata 2020-10-01 05:09:26 +00:00
flashing.cpp fastbootd: copy AVB footer on boot image to end of block device 2020-05-12 16:21:41 -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
tcp_client.cpp fastbootd: Support TCP protocol. 2020-05-13 01:25:58 +00:00
tcp_client.h fastbootd: Support TCP protocol. 2020-05-13 01:25:58 +00:00
usb.cpp Move adbd's legacy USB implementation to fastboot. 2020-03-30 16:43:06 -07:00
usb.h Move adbd's legacy USB implementation to fastboot. 2020-03-30 16:43:06 -07:00
usb_client.cpp fastboot: Allow fastboot to asynchronously differentiate between fastboot and fastbootd. 2020-05-28 17:42:00 +00:00
usb_client.h Move adbd's legacy USB implementation to fastboot. 2020-03-30 16:43:06 -07:00
utility.cpp fastboot: Mount /metadata before overlayfs teardown. 2019-12-30 13:42:57 -08:00
utility.h fastboot: Mount /metadata before overlayfs teardown. 2019-12-30 13:42:57 -08:00
variables.cpp fastbootd: exporting more properties 2020-01-22 23:29:07 +08:00
variables.h fastbootd: exporting more properties 2020-01-22 23:29:07 +08:00