Commit 51802276 authored by Kenny Root's avatar Kenny Root
Browse files

Add -host suffix for master changes

Change-Id: Ib02762546c76ff751989cd4fc8af5427c644574c
parent eb2edd53
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment