summaryrefslogtreecommitdiffstats
path: root/install/wipe_device.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add install/wipe_device.cpp.Tao Bao2019-04-271-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