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

Commit 89f46968 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

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



Change-Id: I5dddf1544ad1a96938c04a673016ec5435c232d5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 489eafa3 787fc16b
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();