summaryrefslogtreecommitdiff
path: root/fastboot/engine.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-04-09 13:58:41 -0700
committerElliott Hughes <enh@google.com>2018-04-09 20:40:45 -0700
commit11ff345979af6bc867f019982896bb2c332f1966 (patch)
tree1a15fcf2deff6bd77c1df559cf50a1fb9abbd049 /fastboot/engine.cpp
parent9e8e19a722356d0a5e08e3db3c2ca56a0725e2b1 (diff)
Minimal changes to build fastboot as a library.
Bug: http://b/77809061 Test: builds Change-Id: I0c388334d643a0a2abf0c03a29f336dc3af2f83f
Diffstat (limited to 'fastboot/engine.cpp')
-rw-r--r--fastboot/engine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastboot/engine.cpp b/fastboot/engine.cpp
index 551ddbab9..f271d09f6 100644
--- a/fastboot/engine.cpp
+++ b/fastboot/engine.cpp
@@ -42,6 +42,8 @@
#include <android-base/stringprintf.h>
+#include "transport.h"
+
enum Op {
OP_DOWNLOAD,
OP_COMMAND,