aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-23 00:41:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-23 00:41:15 +0000
commit6b4b3227a43780201b6c3e515f28a64f0fd1a383 (patch)
tree7e6ade6c8fa8d5b87c9297e7155974e42e3a01ca
parent043f7674f2f8f5675917750186365aab35deb86a (diff)
parent7de93a88845f45fa8e17cb47fb98b299e0963efe (diff)
downloadplatform_external_libbrillo-6b4b3227a43780201b6c3e515f28a64f0fd1a383.tar.gz
platform_external_libbrillo-6b4b3227a43780201b6c3e515f28a64f0fd1a383.tar.bz2
platform_external_libbrillo-6b4b3227a43780201b6c3e515f28a64f0fd1a383.zip
Rename lib{crypto,ssl}-host to lib{crypto,ssl} am: 50f454c770 am: 4f160f7897 am: c2f9297e50
am: 7de93a8884 Change-Id: I64e2e0e73e42e42c2747369b78959b423aafadc1
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 011d76d..9156b3e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -332,7 +332,7 @@ LOCAL_MODULE := libbrillo-stream
LOCAL_SRC_FILES := $(libbrillo_stream_sources)
LOCAL_C_INCLUDES := $(libbrillo_includes)
LOCAL_SHARED_LIBRARIES := $(libbrillo_shared_libraries) libbrillo \
- libcrypto-host libssl-host
+ libcrypto libssl
LOCAL_STATIC_LIBRARIES := libgtest_prod
LOCAL_CFLAGS := $(libbrillo_CFLAGS)
LOCAL_CPPFLAGS := $(libbrillo_CPPFLAGS)