Make client use binder interface on brillo

TEST=Verified status and update commands
Bug: 25908638

Change-Id: I7994de41001b4e116bffa539f23f1344ab1deae9
diff --git a/Android.mk b/Android.mk
index aa3b9ee..892de7b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -426,9 +426,7 @@
 LOCAL_STATIC_LIBRARIES := update_engine_client-dbus-proxies
 LOCAL_SHARED_LIBRARIES := \
     $(ue_common_shared_libraries) \
-    libdbus \
-    libbrillo-dbus \
-    libchrome-dbus \
+    libutils \
     libupdate_engine_client
 LOCAL_SRC_FILES := \
     update_engine_client.cc
@@ -605,6 +603,7 @@
 LOCAL_AIDL_INCLUDES := $(LOCAL_PATH)/binder_bindings
 LOCAL_SHARED_LIBRARIES += \
     libbinder \
+    libbrillo-binder \
     libutils
 LOCAL_SRC_FILES += \
     binder_bindings/android/brillo/IUpdateEngine.aidl \