aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2017-05-09 19:51:47 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-09 19:51:47 +0000
commitf91a83811b1798402ee3452ce9822fab92078855 (patch)
treeb8a2b0b27705336c653e22bd82f3e7c34df3d29a
parent5d3e456a6fba34e5f9121f06673c5850ccae97d1 (diff)
parentd33cd54c99fb421bc83ad3d7f4390759f01a9cad (diff)
downloadvboot_reference-f91a83811b1798402ee3452ce9822fab92078855.tar.gz
Switch from libcrypto_static to libcrypto target am: 0ad090ffa3
am: d33cd54c99 Change-Id: I1e93170a17a9cbd705f181c6e84d2ac2ad298a83
-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)