Use the shared-library version of libcrypto in libwvdrmengine.

Previously, libwvdrmengine was linking in the static version of
libcrypto, but libwvdrmengine itself is a shared library. This change
makes it depend on the shared-library version of libcrypto instead,
which gets PIC correct and other things.

Change-Id: I28aa71e2fcbb388f8514b1088110466edbc041a5
This commit is contained in:
Adam Langley
2015-09-24 18:47:12 -07:00
parent ae5397ebcd
commit f1258e9835

View File

@@ -81,18 +81,18 @@ LOCAL_C_INCLUDES := \
LOCAL_STATIC_LIBRARIES := \
libcdm \
libcdm_utils \
libcrypto_static \
libwvlevel3 \
libwvdrmcryptoplugin \
libwvdrmdrmplugin \
LOCAL_SHARED_LIBRARIES := \
libcrypto \
libcutils \
libdl \
liblog \
libprotobuf-cpp-lite \
libutils \
libstagefright_foundation \
libutils \
LOCAL_WHOLE_STATIC_LIBRARIES := libcdm_protos