Merge "Pointed FlashingPlan to Interface" am: 7d67d569f3

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

Change-Id: I83fddfdeff2e975b3ef9d84870f2f9afdaf51ea7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Daniel Zheng 2023-04-19 22:02:05 +00:00 committed by Automerger Merge Worker
commit ad1e0faffa

View file

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