Files
android/proprietary/wvm/wvm-core.mk
Marco Nelissen c8d0ddadf5 Extractors are now binderized
Change-Id: I96030f2a345aa41193cea57e6f2f925eedea7957
2015-10-27 10:28:02 -07:00

28 lines
659 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
ifndef BOARD_WIDEVINE_OEMCRYPTO_LEVEL
$(error BOARD_WIDEVINE_OEMCRYPTO_LEVEL not defined!)
endif
LOCAL_WHOLE_STATIC_LIBRARIES := \
libwvmcommon
LOCAL_SHARED_LIBRARIES := \
libbinder \
libmedia \
libstagefright \
libstagefright_foundation \
libWVStreamControlAPI_L$(BOARD_WIDEVINE_OEMCRYPTO_LEVEL) \
libdrmframework \
libcutils \
liblog \
libutils \
libz
LOCAL_SHARED_LIBRARIES_x86 += libdl