aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2017-05-08 14:11:48 -0700
committerAlex Klyubin <klyubin@google.com>2017-05-08 14:53:09 -0700
commit0ad090ffa37b9a1e9a0063a4d4b808c6fe4809e2 (patch)
treeb8a2b0b27705336c653e22bd82f3e7c34df3d29a
parente74e24bcad6e56abb60f3e4847478c3ffba12a14 (diff)
downloadvboot_reference-0ad090ffa37b9a1e9a0063a4d4b808c6fe4809e2.tar.gz
libcrypto target offers the same static library as libcrypto_static. Thus, there's no need to use libcrypto_static. Test: make futility-host futility-host binary unchanged (except for timestamp) by this commit Bug: 26160319 Change-Id: I0b3052961ec9c59d3848e3b61fcd725c39606c0c
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 36054f5a..d45f930c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -107,7 +107,7 @@ LOCAL_SRC_FILES := \
$(UTILLIB_SRCS)
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_C_INCLUDES)
-LOCAL_STATIC_LIBRARIES := libcrypto_static
+LOCAL_STATIC_LIBRARIES := libcrypto
include $(BUILD_HOST_STATIC_LIBRARY)