Android: Exit from update_engine_client when daemon dies.
When the update_engine daemon dies or is not running,
update_engine_client now exists with an error code and prints a message
stating a daemon-side failure.
Bug: 25631767
TEST=`update_engine_client --follow` and killed update_engine
Change-Id: I7c13df56bd384d2bdbc5df402f730b2797753a10
diff --git a/Android.mk b/Android.mk
index fb5af1b..686414d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -460,6 +460,7 @@
external/cros/system_api/dbus
LOCAL_SHARED_LIBRARIES += \
libbinder \
+ libbinderwrapper \
libbrillo-binder \
libutils
LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/binder_bindings