aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2016-08-31 09:44:04 -0700
committerAlex Vakulenko <avakulenko@google.com>2016-08-31 09:44:04 -0700
commit730ca7d21d13d59b9594475e1bde6a02748e79d3 (patch)
tree3803c101ff9464739550c1ce74246bb4f5d5a11c
parentd7cea0625a67e5c20f4890d2568dca843f3c4711 (diff)
downloadplatform_external_libbrillo-730ca7d21d13d59b9594475e1bde6a02748e79d3.tar.gz
platform_external_libbrillo-730ca7d21d13d59b9594475e1bde6a02748e79d3.tar.bz2
platform_external_libbrillo-730ca7d21d13d59b9594475e1bde6a02748e79d3.zip
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
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 305d372..b736b40 100644
--- a/Android.mk
+++ b/Android.mk
@@ -364,7 +364,7 @@ LOCAL_MODULE := libbrillo-http
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)