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:
@@ -81,18 +81,18 @@ LOCAL_C_INCLUDES := \
|
|||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libcdm \
|
libcdm \
|
||||||
libcdm_utils \
|
libcdm_utils \
|
||||||
libcrypto_static \
|
|
||||||
libwvlevel3 \
|
libwvlevel3 \
|
||||||
libwvdrmcryptoplugin \
|
libwvdrmcryptoplugin \
|
||||||
libwvdrmdrmplugin \
|
libwvdrmdrmplugin \
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
|
libcrypto \
|
||||||
libcutils \
|
libcutils \
|
||||||
libdl \
|
libdl \
|
||||||
liblog \
|
liblog \
|
||||||
libprotobuf-cpp-lite \
|
libprotobuf-cpp-lite \
|
||||||
libutils \
|
|
||||||
libstagefright_foundation \
|
libstagefright_foundation \
|
||||||
|
libutils \
|
||||||
|
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES := libcdm_protos
|
LOCAL_WHOLE_STATIC_LIBRARIES := libcdm_protos
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user