Merge "Fixing circular dependency" am: 37673f0bf5
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2541230 Change-Id: I6dc4420b2657132e1246bdf532cca58b78944c37 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
05bfd352be
1 changed files with 4 additions and 1 deletions
|
|
@ -18,11 +18,14 @@
|
|||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
#include "fastboot.h"
|
||||
#include "fastboot_driver.h"
|
||||
#include "super_flash_helper.h"
|
||||
#include "util.h"
|
||||
|
||||
struct FlashingPlan;
|
||||
struct Image;
|
||||
using ImageEntry = std::pair<const Image*, std::string>;
|
||||
|
||||
class Task {
|
||||
public:
|
||||
Task() = default;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue