From 0ad090ffa37b9a1e9a0063a4d4b808c6fe4809e2 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Mon, 8 May 2017 14:11:48 -0700 Subject: Switch from libcrypto_static to libcrypto target 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 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3