aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-21 14:14:42 -0700
committerDan Willemsen <dwillemsen@google.com>2016-07-21 14:14:42 -0700
commitb6c349c449948f107240edbae94622f2614a6a3a (patch)
treebaf237694be7c68827a5d36f8589787c287cc517
parent10ebdb2ed235c5fc70d72ba11c7e7d2caf4b3296 (diff)
downloadvboot_reference-b6c349c449948f107240edbae94622f2614a6a3a.tar.gz
Rename lib{crypto,ssl}-host to lib{crypto,ssl}
There's no need to use a different name for target and host moudles. In Soong, it's better to use the same for both, as target and host modules can be defined at the same time. Change-Id: If335538e5e7cb1f2ea141b8910d82ff8a0c6b40f
-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)