Corrected libcurl host package name

libcurl when built for host now uses 'libcurl' target name, and not
'libcurl-host' as before.

BUG=None
TEST=m -j32

Change-Id: Ibed40ac22fd0eef02d766c28e6fe173bc3eeb74b
diff --git a/Android.mk b/Android.mk
index 305d372..b736b40 100644
--- a/Android.mk
+++ b/Android.mk
@@ -364,7 +364,7 @@
 LOCAL_SRC_FILES := $(libbrillo_http_sources)
 LOCAL_C_INCLUDES := $(libbrillo_includes)
 LOCAL_SHARED_LIBRARIES := $(libbrillo_shared_libraries) libbrillo \
-    libbrillo-stream libcurl-host
+    libbrillo-stream libcurl
 LOCAL_STATIC_LIBRARIES := libgtest_prod
 LOCAL_CFLAGS := $(libbrillo_CFLAGS)
 LOCAL_CPPFLAGS := $(libbrillo_CPPFLAGS)