diff options
author | Eric Biggers <ebiggers@google.com> | 2022-03-10 23:13:39 +0100 |
---|---|---|
committer | Eric Biggers <ebiggers@google.com> | 2022-03-10 23:48:49 +0100 |
commit | fde69fbd8ab174dbc9f828785c435a7d52311386 (patch) | |
tree | 2a0820b1c0944841852af90638b80e1b7cc16ee6 /install/include | |
parent | Merge "Merge Android 12L" (diff) | |
download | android_bootable_recovery-fde69fbd8ab174dbc9f828785c435a7d52311386.tar android_bootable_recovery-fde69fbd8ab174dbc9f828785c435a7d52311386.tar.gz android_bootable_recovery-fde69fbd8ab174dbc9f828785c435a7d52311386.tar.bz2 android_bootable_recovery-fde69fbd8ab174dbc9f828785c435a7d52311386.tar.lz android_bootable_recovery-fde69fbd8ab174dbc9f828785c435a7d52311386.tar.xz android_bootable_recovery-fde69fbd8ab174dbc9f828785c435a7d52311386.tar.zst android_bootable_recovery-fde69fbd8ab174dbc9f828785c435a7d52311386.zip |
Diffstat (limited to 'install/include')
-rw-r--r-- | install/include/install/wipe_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/include/install/wipe_data.h b/install/include/install/wipe_data.h index b34891f3d..42cad871e 100644 --- a/install/include/install/wipe_data.h +++ b/install/include/install/wipe_data.h @@ -27,4 +27,4 @@ struct selabel_handle; bool WipeCache(RecoveryUI* ui, const std::function<bool()>& confirm); // Returns true on success. -bool WipeData(Device* device, bool convert_fbe); +bool WipeData(Device* device); |