Includes widevine library release version 4.5.0.7571 Change-Id: I9e574d5606576aab376d0524a4bf1a81e5a61678 related-to-bug: 6427322 related-to-bug: 6427274
13 lines
326 B
Makefile
13 lines
326 B
Makefile
#
|
|
# To be included by platform-specific vendor Android.mk to build
|
|
# Widevine wvm static library. Sets up includes and defines the core libraries
|
|
# required.
|
|
#
|
|
include $(TOP)/vendor/widevine/proprietary/wvm/common.mk
|
|
|
|
LOCAL_WHOLE_STATIC_LIBRARIES := \
|
|
libwvdecryptcommon
|
|
|
|
LOCAL_STATIC_LIBRARIES := \
|
|
liboemcrypto
|