aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2016-08-31 19:47:00 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-31 19:47:00 +0000
commit66f24551d7d37fccb64ca5db59bcbdcf12098e35 (patch)
tree3803c101ff9464739550c1ce74246bb4f5d5a11c
parentc4c3f1483833b0c4e99b89a30ad274a849ab560c (diff)
parente0ae49f799236a6ddd1557d2eaedc7c6f5a97e49 (diff)
downloadplatform_external_libbrillo-66f24551d7d37fccb64ca5db59bcbdcf12098e35.tar.gz
platform_external_libbrillo-66f24551d7d37fccb64ca5db59bcbdcf12098e35.tar.bz2
platform_external_libbrillo-66f24551d7d37fccb64ca5db59bcbdcf12098e35.zip
Corrected libcurl host package name am: 730ca7d21d am: b062dd6a32 am: 94915494b3
am: e0ae49f799 Change-Id: If8e2e99b57cd6e3193020d810f69d02e78daca50
-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)