Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
Digest: Create digest for each subpartition and not just the first.
Browse files Browse the repository at this point in the history
Change-Id: I408382e83aa0ac1106ff7198adf9787c0a0877cd
  • Loading branch information
bigbiff committed May 18, 2019
1 parent 5a1ae04 commit f5955b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partitionmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ bool TWPartitionManager::Backup_Partition(PartitionSettings *part_settings) {
}
sync();
sync();
string Full_Filename = part_settings->Backup_Folder + "/" + part_settings->Part->Backup_FileName;
if (!part_settings->adbbackup && part_settings->generate_digest) {
if (!twrpDigestDriver::Make_Digest(Full_Filename)) {
goto backup_error;
Expand Down

0 comments on commit f5955b1

Please sign in to comment.