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.h b/fastboot/fastboot.h index c23793a..d7ad5df 100644 --- a/fastboot/fastboot.h +++ b/fastboot/fastboot.h
@@ -25,6 +25,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ +#pragma once #include <bootimg.h>