aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-23 00:37:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-23 00:37:58 +0000
commit62033314bd5f61a26d6819c7c6f01a8488ba1308 (patch)
treec9d52212264ebfb8571f3b8ebff2a4157015f0a7
parent438cabad8c6afdd875896fe6df9dc322306bafc9 (diff)
parent066d9d46845207932bbcc113166676c36dfedf6b (diff)
downloadnvram-62033314bd5f61a26d6819c7c6f01a8488ba1308.tar.gz
Rename lib{crypto,ssl}-host to lib{crypto,ssl} am: bbd7096ae2 am: b6a4f4bf73
am: 066d9d4684 Change-Id: Ifb22eabb164a226913562775c714e847e36a0380
-rw-r--r--core/Android.mk2
-rw-r--r--core/tests/Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Android.mk b/core/Android.mk
index 6a705ea..4ba77b6 100644
--- a/core/Android.mk
+++ b/core/Android.mk
@@ -39,7 +39,7 @@ LOCAL_CFLAGS := -Wall -Werror -Wextra -DNVRAM_WIPE_STORAGE_SUPPORT
LOCAL_CLANG := true
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
-LOCAL_SHARED_LIBRARIES := libnvram-messages-host libcrypto-host
+LOCAL_SHARED_LIBRARIES := libnvram-messages-host libcrypto
include $(BUILD_HOST_STATIC_LIBRARY)
include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/core/tests/Android.mk b/core/tests/Android.mk
index 003bfdf..1be8329 100644
--- a/core/tests/Android.mk
+++ b/core/tests/Android.mk
@@ -25,5 +25,5 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := -Wall -Werror -Wextra -DHAS_GTEST
LOCAL_CLANG := true
LOCAL_STATIC_LIBRARIES := libnvram-core-host
-LOCAL_SHARED_LIBRARIES := libnvram-messages-host libcrypto-host
+LOCAL_SHARED_LIBRARIES := libnvram-messages-host libcrypto
include $(BUILD_HOST_NATIVE_TEST)