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

Commit dbbe5fc9 authored by Daniel Zheng's avatar Daniel Zheng Committed by Automerger Merge Worker
Browse files

Merge "Pointed FlashingPlan to Interface" am: 7d67d569 am: ad1e0faf am:...

Merge "Pointed FlashingPlan to Interface" am: 7d67d569 am: ad1e0faf am: 27072bba am: 8fc3faec

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



Change-Id: Ic520c49d4e6f135868d1995786545e5ff9529158
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 31200732 8fc3faec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ struct FlashingPlan {
    std::string current_slot;
    std::string secondary_slot;

    fastboot::FastBootDriver* fb;
    fastboot::IFastBootDriver* fb;
};

class FlashAllTool {