Introduce brillo binder interface
This is more or less an exact analogue of the DBus interface, but
available over binder. We also add support to the client library and let
update_engine_client build with binder. We don't yet support an
equivalent of the status signal/the HandleStatusUpdate method. That will
come in a future CL.
Bug: 25908638
TEST=Verified update_engine_client functionality
Change-Id: Ic793619c8019b0d50aa184e0f592b6a9ab71e0b0
diff --git a/binder_main.cc b/binder_main.cc
index 7d5c975..a4817b4 100644
--- a/binder_main.cc
+++ b/binder_main.cc
@@ -22,7 +22,7 @@
#include <utils/Looper.h>
#include <utils/StrongPointer.h>
-#include "update_engine/binder_service.h"
+#include "update_engine/binder_service_android.h"
// Log to logcat as update_engine.
#undef LOG_TAG