Merge "Pointed FlashingPlan to Interface"

This commit is contained in:
Daniel Zheng 2023-04-19 21:13:25 +00:00 committed by Gerrit Code Review
commit 7d67d569f3
1 changed files with 1 additions and 1 deletions

View File

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