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

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

Merge "Pointed FlashingPlan to Interface" am: 7d67d569

parents ee0e75bb 7d67d569
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 {