summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-23 00:37:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-23 00:37:46 +0000
commit99611dfb9ac7513ab39f569744439ee6c7568eba (patch)
tree41b30c0ec70c212813b878d99d85cf3593afd8e1
parente078c5e5f609e3441212c6b00e038fc014cc6daa (diff)
parent32be729d373f27772be98389a686ba7bd17c5205 (diff)
downloadscrypt-o-preview.tar.gz
am: 32be729d37 Change-Id: I13fec30c977a102b14e94b326ee292a64f79a17f
-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)