aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-23 00:34:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-23 00:34:31 +0000
commit066d9d46845207932bbcc113166676c36dfedf6b (patch)
treec9d52212264ebfb8571f3b8ebff2a4157015f0a7
parenta4b8a4b8ca47703d5e8f982b8993aef3ab0917a1 (diff)
parentb6a4f4bf73aee696e430d0aa8684913374c8789b (diff)
downloadnvram-066d9d46845207932bbcc113166676c36dfedf6b.tar.gz
Rename lib{crypto,ssl}-host to lib{crypto,ssl} am: bbd7096ae2
am: b6a4f4bf73 Change-Id: Idc1dc55faa607bf38d1801bbde5c4ee2cd4bb461
-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)