commit | bf09c61d9502057d8bc25317c20537557ad9501c | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Tue Apr 11 09:33:47 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Wed Apr 19 12:30:38 2023 -0700 |
tree | 6d8c4508cc39d723079a2e2a17a27785aa71d030 | |
parent | c9e869bd9e2c3f663af2cb8750d2a7003ff1620c [diff] |
Pointed FlashingPlan to Interface Using interface for testing purposes Bug: 194686221 Test: tested compilation Change-Id: Ia9465c1f5673c249cdbc08a1a2432e8a603bd9cc
diff --git a/fastboot/fastboot.h b/fastboot/fastboot.h index 2d79e42..009b3a1 100644 --- a/fastboot/fastboot.h +++ b/fastboot/fastboot.h
@@ -99,7 +99,7 @@ std::string current_slot; std::string secondary_slot; - fastboot::FastBootDriver* fb; + fastboot::IFastBootDriver* fb; }; class FlashAllTool {