Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b0dc747 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "core: fastboot: Fix data not being wiped on do_update" into main am:...

Merge "core: fastboot: Fix data not being wiped on do_update" into main am: 405cbee1 am: 787fc16b am: 89f46968

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2696070



Change-Id: I50578cb7b59f1be280bbcb2ad02a3b551e231de2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8c69cd6d 89f46968
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1944,7 +1944,6 @@ static void do_update(const char* filename, FlashingPlan* fp) {
    }
    ZipImageSource zp = ZipImageSource(zip);
    fp->source = &zp;
    fp->wants_wipe = false;
    FlashAllTool tool(fp);
    tool.Flash();