summaryrefslogtreecommitdiff
path: root/fastboot/fastboot_test.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2018-09-24 15:48:09 -0700
committerTom Cherry <tomcherry@google.com>2018-09-25 14:32:56 -0700
commit1d69f541ae8037d8cee6db04ee0775455e304145 (patch)
tree4eba611a60f03c6987c8a0122e07e5f8c035606c /fastboot/fastboot_test.cpp
parent0cc715af7e76f2c2393f28f7b858943471dcd06d (diff)
fastboot: remove engine.cpp/engine.h
Replace the remnants of engine.cpp with better functionality in FastBootDriver. Particularly, add prolog() and epilog() callbacks to FastBootDriver for printing actions and their result to the console. Then clean up the rest of fastboot.cpp to directly use FastBootDriver. Test: fastboot works Change-Id: I0ff01d6a10f75e9dc1c82b46c6e9bb3bc4c68638
Diffstat (limited to 'fastboot/fastboot_test.cpp')
-rw-r--r--fastboot/fastboot_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/fastboot_test.cpp b/fastboot/fastboot_test.cpp
index e0bbd561f4..9c3ab6e669 100644
--- a/fastboot/fastboot_test.cpp
+++ b/fastboot/fastboot_test.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "engine.h"
+#include "fastboot.h"
#include <gtest/gtest.h>