aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2017-05-09 21:22:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-09 21:22:38 +0000
commit936bcaa501354e5ea008aa3088fd3852b49e418f (patch)
treeb8a2b0b27705336c653e22bd82f3e7c34df3d29a
parent5d3664249b9618b432dac424ff5c6ee6a35aee33 (diff)
parentf91a83811b1798402ee3452ce9822fab92078855 (diff)
downloadvboot_reference-936bcaa501354e5ea008aa3088fd3852b49e418f.tar.gz
Switch from libcrypto_static to libcrypto target am: 0ad090ffa3 am: d33cd54c99android-o-mr1-preview-2android-o-mr1-preview-1
am: f91a83811b Change-Id: I70a1829882e2de96c7922a47bf54fdd5013dcd1f
-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)