Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Track libziparchive API change. | Elliott Hughes | 2019-05-06 | 1 | -2/+1 |
| | | | | | | Bug: http://b/129068177 Test: treehugger Change-Id: Ie5b2b0cff087f2e9e65a4e77c187e3173357f3ad | ||||
* | install: Return bool for a few check functions. | Tao Bao | 2019-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The results from these functions have boolean semantics. They're returning `int` prior to this CL, with some of them mixing 0 and InstallResult. Note that SetUpNonAbUpdateCommands() was returning INSTALL_CORRUPT / INSTALL_ERROR / 0 prior to this change, but all the callers handle INSTALL_CORRUPT and INSTALL_ERROR the same way. This CL changes them to return bool instead. Test: `mmma -j bootable/recovery` Test: TreeHugger Test: Sideload on taimen. Change-Id: Ic1b5dbf79aaca68b53ab8ea2c8ba3d19f988c571 | ||||
* | Add install/wipe_device.cpp. | Tao Bao | 2019-04-27 | 1 | -0/+198 |
Prior to this CL, GetWipePartitionList was declared in install.h (libinstall) but defined in recovery.cpp (librecovery). This CL addresses the issue by refactoring wipe-device related functions into install/wipe_device.cpp. Test: atest recovery_component_test Change-Id: I7ebe04ccfda3d793e085403560a0a202752d9ee3 |