Files
android/proprietary/drmwvmplugin/plugin-core.mk
Jeff Brown ba2fd8b297 Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I49b53eff72af04737cbc22107869ae0169520cd9
2011-07-11 22:12:46 -07:00

22 lines
575 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
LOCAL_WHOLE_STATIC_LIBRARIES := \
libdrmframeworkcommon \
libdrmwvmcommon \
libwvocs
LOCAL_SHARED_LIBRARIES := \
libbinder \
libutils \
libcutils \
libstlport \
libz \
libwvdrm \
libWVStreamControlAPI \
libdl