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

Commit bf09c61d authored by Daniel Zheng's avatar Daniel Zheng
Browse files

Pointed FlashingPlan to Interface

Using interface for testing purposes

Bug: 194686221
Test: tested compilation
Change-Id: Ia9465c1f5673c249cdbc08a1a2432e8a603bd9cc
parent c9e869bd
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 {