aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2016-08-31 18:54:39 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-31 18:54:39 +0000
commitb062dd6a32a76a89ce895959cb4c1ff7fd72b6a0 (patch)
tree3803c101ff9464739550c1ce74246bb4f5d5a11c
parentd7cea0625a67e5c20f4890d2568dca843f3c4711 (diff)
parent730ca7d21d13d59b9594475e1bde6a02748e79d3 (diff)
downloadplatform_external_libbrillo-b062dd6a32a76a89ce895959cb4c1ff7fd72b6a0.tar.gz
platform_external_libbrillo-b062dd6a32a76a89ce895959cb4c1ff7fd72b6a0.tar.bz2
platform_external_libbrillo-b062dd6a32a76a89ce895959cb4c1ff7fd72b6a0.zip
Corrected libcurl host package name
am: 730ca7d21d Change-Id: I627e62bb7354f2b3c13d804e0215d2ecb7999db5
-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)