Moved final build of widevine DRM plugin into vendor directory for platform to avoid needing to reference device-specific libs in the Widevine DRM plugin link. Also removed some old .sh scripts that are not needed. Change-Id: Ie6d397c97bc8afd8154f1dddadbab8c7ee524d7a
11 lines
407 B
Makefile
11 lines
407 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/base/drm/libdrmframework/include \
|
|
$(TOP)/frameworks/base/drm/libdrmframework/plugins/common/include \
|
|
$(TOP)/frameworks/base/include
|
|
|