commit | 1a01a1cda1d67c5e07cef778cde6cebf1718d2d6 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Mon Jan 30 23:29:50 2023 +0000 |
committer | Daniel Zheng <zhengdaniel@google.com> | Mon Feb 06 23:58:13 2023 +0000 |
tree | 36920245cf6e1e3c5ad5e2a2e6385468567385e9 | |
parent | 6e0eb996b36e508e5ec363fca2f4e7fc3cb2bbe7 [diff] [blame] |
Created new Task.h file to contain task classes. Test: tested Reboot {target} + Flash {partition} on raven device Bug: 194686221 Change-Id: I0d80230d682f80af12cca9705df0172651bf4461
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 8f7cced..e739404 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp
@@ -74,6 +74,7 @@ #include "fastboot_driver.h" #include "fs.h" #include "super_flash_helper.h" +#include "task.h" #include "tcp.h" #include "transport.h" #include "udp.h"