summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-23 00:29:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-07-23 00:29:15 +0000
commitb442b13773a8b79a99a03af14af0e8dc1de85cba (patch)
tree41b30c0ec70c212813b878d99d85cf3593afd8e1
parent540c0274bedb28050223c305f9a5499b06df328e (diff)
parent4b2bd9665c0cab655adb808e302a96d77b351348 (diff)
downloadscrypt-b442b13773a8b79a99a03af14af0e8dc1de85cba.tar.gz
Merge \"Rename lib{crypto,ssl}-host to lib{crypto,ssl}\"android-n-mr1-preview-2android-n-mr1-preview-1
am: 4b2bd9665c Change-Id: Icd4ce38a012e91a709de21b1c377c580cdc12599
-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)