commit | 72c410d261e749ab87a3a755ebe24ac1634483e4 | [log] [tgz] |
---|---|---|
author | josephjang <josephjang@google.com> | Thu Sep 24 09:51:08 2020 +0800 |
committer | Joseph Jang <josephjang@google.com> | Wed Sep 30 02:55:06 2020 +0000 |
tree | 56e8450b2fa2b28e5ce472a383f9ee419d11c0f9 | |
parent | 897f0d48bbf71226676aa00e65737e2fde762256 [diff] |
fastboot: add a new oem command for post wipe userdata When user input 'fastboot erase userdata' in fastbootd, may need an oem specific API doOemSpecificErase() to wipe other userdata in device. If oem doesn't need this specific API, oem could return NOT_SUPPORTED to fastbootd. Bug: 169173873 Change-Id: Ie12ede31ef071a3c15265777b55746536a861292