commit | e1d72623b79debe2b6a091f68a692839d1546b82 | [log] [tgz] |
---|---|---|
author | Mohd Faraz <androiabledroid@gmail.com> | Mon Jun 15 00:28:32 2020 +0530 |
committer | bigbiff <bigbiff@teamw.in> | Mon Jul 06 20:56:57 2020 -0400 |
tree | 1ba9e9eefcc5b2f5b65b0c183b7f390a62530db5 | |
parent | 25d25b9e6764227615646643e813018b5e3b49c5 [diff] [blame] |
Fix up cache wipe issue in A-Only device * missed in https://github.com/TeamWin/android_bootable_recovery/commit/3754fabbea2eefeb7c1a0c5bc804f1e14a686855 Change-Id: I8fc3719e7f98c3d9b5fd96a9820b84773d4f5d7d Signed-off-by: Mohd Faraz <androiabledroid@gmail.com> (cherry picked from commit 25371a7e1f7f7d690755e3b12140b39567456a98)
diff --git a/partition.cpp b/partition.cpp index e53fb78..650ec15 100755 --- a/partition.cpp +++ b/partition.cpp
@@ -1702,6 +1702,9 @@ } if (wiped) { + if (Mount_Point == "/cache" && TWFunc::get_log_dir() != DATA_LOGS_DIR) + DataManager::Output_Version(); + if (update_crypt) { Setup_File_System(false); if (Is_Encrypted && !Is_Decrypted) {