aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-23 00:29:17 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-23 00:29:17 +0000
commit495cf5a9f329f9bdf501579c9a992edffbd883be (patch)
treebaf237694be7c68827a5d36f8589787c287cc517
parent2f4974d1d84a816e6f687e946ecca928c0f3c535 (diff)
parentb6c349c449948f107240edbae94622f2614a6a3a (diff)
downloadvboot_reference-495cf5a9f329f9bdf501579c9a992edffbd883be.tar.gz
Rename lib{crypto,ssl}-host to lib{crypto,ssl}android-n-mr1-preview-2android-n-mr1-preview-1
am: b6c349c449 Change-Id: I167864de53ba082848ad80a79fe221e783063ccb
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index d30ebb60..36054f5a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -174,6 +174,6 @@ $(generated_sources)/futility_cmds.c: ${FUTIL_SRCS:%=${LOCAL_PATH}/%}
LOCAL_GENERATED_SOURCES := $(generated_sources)/futility_cmds.c
LOCAL_STATIC_LIBRARIES := libvboot_util-host
-LOCAL_SHARED_LIBRARIES := libcrypto-host
+LOCAL_SHARED_LIBRARIES := libcrypto
include $(BUILD_HOST_EXECUTABLE)