Pointed FlashingPlan to Interface

Using interface for testing purposes

Bug: 194686221
Test: tested compilation
Change-Id: Ia9465c1f5673c249cdbc08a1a2432e8a603bd9cc
This commit is contained in:
Daniel Zheng 2023-04-11 09:33:47 -07:00
parent c9e869bd9e
commit bf09c61d95

View file

@ -99,7 +99,7 @@ struct FlashingPlan {
std::string current_slot;
std::string secondary_slot;
fastboot::FastBootDriver* fb;
fastboot::IFastBootDriver* fb;
};
class FlashAllTool {