commit | 405cbee131d00178c3dc4203c6c80384b5340978 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Aug 07 17:11:03 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 07 17:11:03 2023 +0000 |
tree | 610a3ce364b7cd846269b4412abe6a436d69c001 | |
parent | 5d0aeaafb7804c7a4493cc945a0a5125210db4b8 [diff] | |
parent | 6367e8953aaace4967643a7f2f78d36ae84b1a9c [diff] |
Merge "core: fastboot: Fix data not being wiped on do_update" into main
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 0bd07ed..3644d95 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp
@@ -1944,7 +1944,6 @@ } ZipImageSource zp = ZipImageSource(zip); fp->source = &zp; - fp->wants_wipe = false; FlashAllTool tool(fp); tool.Flash();