Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recovery: Hide unmountable volumes from selection | Tom Marshall | 2020-04-11 | 1 | -1/+13 |
| | | | | | | | | | | | * In volume manager, check if new volumes are mountable. * Check volumes for mountable for inclusion into update list. * Erase unmountable volumes from volumes vector for consistency with the item array. Change-Id: I89ff6cc05a93afffe5e46b24d70fc368bccaf020 | ||||
* | recovery: Implement a volume manager | Tom Marshall | 2020-04-11 | 1 | -0/+189 |
This is a copy of the pre-binderized vold which has been converted to use direct calls instead of sockets and stripped down to only what is needed to support recovery. Change-Id: Ic82d929e052b5ba70ecf7b475e0a223d77d9687e |