Drop the "-host" suffix on libchrome and libbrillo.

To be aligned with the new build system, the host and target modules
should have the same name. This patch updates the libchrome and
libbrillo dependencies.

Bug: 24619596
TEST=mma on linux and mac

Change-Id: I09abfcefc7e0758adb10889433b90354d81e4838
(cherry picked from commit 2eab379c2966e0d9aad3e1dd6b3a4df50e2504c3)
diff --git a/Android.mk b/Android.mk
index ed371ce..0597666 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,7 +25,7 @@
     $(LOCAL_PATH) \
     $(TOP)/external/dbus \
     $(TOP)/external/gtest/include
-LOCAL_SHARED_LIBRARIES := libbrillo-host libchrome-host
+LOCAL_SHARED_LIBRARIES := libbrillo libchrome
 LOCAL_STATIC_LIBRARIES := libexpat
 LOCAL_SRC_FILES := \
     chromeos-dbus-bindings/adaptor_generator.cc \
@@ -44,7 +44,7 @@
 LOCAL_CFLAGS := $(libdbusBindingGenCFlags)
 LOCAL_CPP_EXTENSION := .cc
 LOCAL_C_INCLUDES := $(LOCAL_PATH) $(TOP)/external/gtest/include
-LOCAL_SHARED_LIBRARIES := libbrillo-host libchrome-host
+LOCAL_SHARED_LIBRARIES := libbrillo libchrome
 LOCAL_SRC_FILES := chromeos-dbus-bindings/generate_chromeos_dbus_bindings.cc
 LOCAL_STATIC_LIBRARIES := libdbus-binding-gen-host libexpat
 include $(BUILD_HOST_EXECUTABLE)
@@ -57,7 +57,7 @@
 LOCAL_C_INCLUDES := \
     $(LOCAL_PATH) \
     $(TOP)/external/dbus
-LOCAL_SHARED_LIBRARIES := libbrillo-host libchrome-host
+LOCAL_SHARED_LIBRARIES := libbrillo libchrome
 LOCAL_STATIC_LIBRARIES := libdbus-binding-gen-host libgmock_host libexpat
 LOCAL_SRC_FILES := \
     chromeos-dbus-bindings/adaptor_generator_unittest.cc \