summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-21 14:14:29 -0700
committerDan Willemsen <dwillemsen@google.com>2016-07-21 14:14:29 -0700
commitd553556e16fbd9d039c73c0a117c144677d8c38d (patch)
tree41b30c0ec70c212813b878d99d85cf3593afd8e1
parente6e09c358c249191cf3afa0e44db95b45ea332c4 (diff)
downloadscrypt-d553556e16fbd9d039c73c0a117c144677d8c38d.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: I47f356b4fdde5b3a0b75862b1e9d91723ca06f27
-rw-r--r--Scrypt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scrypt.mk b/Scrypt.mk
index bd6324a..3fca7aa 100644
--- a/Scrypt.mk
+++ b/Scrypt.mk
@@ -35,7 +35,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
include $(LOCAL_PATH)/android-config.mk
-LOCAL_SHARED_LIBRARIES := $(log_shared_libraries) libcrypto-host
+LOCAL_SHARED_LIBRARIES := $(log_shared_libraries) libcrypto
LOCAL_SRC_FILES += $(host_src_files)
LOCAL_CFLAGS += $(host_c_flags)
LOCAL_C_INCLUDES += $(host_c_includes)