Includes Widevine libraries Version 4.5.0.7809 Also fixed samplePlayer's MediaCodec mode not running and WVDrmInfoRequestStatusKey returning incorrect value. Change-Id: Ibcc6d313790670a908ada93be80d6bf55a67b4ed related-to-bug: 6929628 related-to-bug: 6833718 related-to-bug: 6889322
14 lines
495 B
Makefile
14 lines
495 B
Makefile
LOCAL_C_INCLUDES:= \
|
|
$(TOP)/bionic \
|
|
$(TOP)/bionic/libstdc++/include \
|
|
$(TOP)/external/stlport/stlport \
|
|
$(TOP)/vendor/widevine/proprietary/streamcontrol/include \
|
|
$(TOP)/vendor/widevine/proprietary/drmwvmplugin/include \
|
|
$(TOP)/frameworks/av/drm/libdrmframework/include \
|
|
$(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include \
|
|
$(TOP)/frameworks/av/include
|
|
|
|
ifeq ($(TARGET_ARCH),x86)
|
|
LOCAL_C_INCLUDES += $(TOP)/system/core/include/arch/linux-x86
|
|
endif
|