diff options
author | Brian Carlstrom <bdc@google.com> | 2013-05-03 06:54:37 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-05-03 06:54:37 +0000 |
commit | 4f5a23794efbb123751239c66917ecae43c936be (patch) | |
tree | d9266d5ad24b2f0d41464799e3ea5feca9874d1b | |
parent | 9eda20c27c0599c6c055c7887f41dd5a04c55935 (diff) | |
parent | 7296812aedb06b6faadbb6123a3f626de88c25ba (diff) | |
download | libcore-4f5a23794efbb123751239c66917ecae43c936be.zip libcore-4f5a23794efbb123751239c66917ecae43c936be.tar.gz libcore-4f5a23794efbb123751239c66917ecae43c936be.tar.bz2 |
Merge "Add -host suffix for master changes"
-rw-r--r-- | NativeCode.mk | 2 |
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) |