OEM security levels used on tuna vs stingray & crespo. This is part of the work for b/4598045 Implementing secure video path on TI OMAP4 chip for ICS. The Widevine libraries included here, 4.5.0.4321 also contain a fix for b/4400696 Pinning and unpinning multiple movie for download behavior is not uniform for multiple tries. Change-Id: I67f34c06a0353ac7f401f55c1ed4fc2493bc8ab7
23 lines
649 B
Makefile
23 lines
649 B
Makefile
#
|
|
# To be included by platform-specific vendor Android.mk to build
|
|
# Widevine DRM plugin. Sets up includes and defines the core libraries
|
|
# required to build the plugin.
|
|
#
|
|
include $(TOP)/vendor/widevine/proprietary/drmwvmplugin/common.mk
|
|
include $(TOP)/vendor/widevine/proprietary/drmwvmplugin/oemcryptolevel.mk
|
|
|
|
LOCAL_WHOLE_STATIC_LIBRARIES := \
|
|
libdrmframeworkcommon \
|
|
libdrmwvmcommon \
|
|
libwvocs_L$(LOCAL_OEMCRYPTO_LEVEL)
|
|
|
|
LOCAL_SHARED_LIBRARIES := \
|
|
libbinder \
|
|
libutils \
|
|
libcutils \
|
|
libstlport \
|
|
libz \
|
|
libwvdrm_L$(LOCAL_OEMCRYPTO_LEVEL) \
|
|
libWVStreamControlAPI_L$(LOCAL_OEMCRYPTO_LEVEL) \
|
|
libdl
|