commit | 008875971ad526b8b1792c7c296923ba23edd7d2 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Dec 11 10:57:06 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Dec 12 09:38:01 2018 -0800 |
tree | cc23073b6ab2670162adf02a0ceed72d6aa22571 | |
parent | af69625faa119d87fc66f8c18406ea0f238bad27 [diff] [blame] |
tools: start implementing blob interface Start implementing blob interface to handle sending BLOB protocol commands. Change-Id: I9eeb6c1b6f49d9b0332e156e02476e2b07850d64 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/Makefile.am b/tools/Makefile.am index 1d7d814..66cfa0e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am
@@ -10,4 +10,5 @@ libupdater_la_SOURCES = \ updater.cpp \ bt.cpp \ - lpc.cpp + lpc.cpp \ + blob_handler.cpp