summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-05-03 06:54:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-05-03 06:54:37 +0000
commit4f5a23794efbb123751239c66917ecae43c936be (patch)
treed9266d5ad24b2f0d41464799e3ea5feca9874d1b
parent9eda20c27c0599c6c055c7887f41dd5a04c55935 (diff)
parent7296812aedb06b6faadbb6123a3f626de88c25ba (diff)
downloadlibcore-4f5a23794efbb123751239c66917ecae43c936be.zip
libcore-4f5a23794efbb123751239c66917ecae43c936be.tar.gz
libcore-4f5a23794efbb123751239c66917ecae43c936be.tar.bz2
Merge "Add -host suffix for master changes"
-rw-r--r--NativeCode.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeCode.mk b/NativeCode.mk
index 80fcf9d..2ba56fe 100644
--- a/NativeCode.mk
+++ b/NativeCode.mk
@@ -156,7 +156,7 @@ ifeq ($(WITH_HOST_DALVIK),true)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libconscrypt_jni
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk
- LOCAL_SHARED_LIBRARIES := $(core_shared_libraries) libssl libcrypto
+ LOCAL_SHARED_LIBRARIES := $(core_shared_libraries) libssl-host libcrypto-host
LOCAL_STATIC_LIBRARIES := $(core_static_libraries)
include $(BUILD_HOST_SHARED_LIBRARY)