Makefile change because media and drm header files are relocated
o related-to-bug: 6214141 Change-Id: I5d5e4169eb05f75c19c1598e05b72e251b2899fb
This commit is contained in:
@@ -4,6 +4,6 @@ LOCAL_C_INCLUDES:= \
|
||||
$(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
|
||||
$(TOP)/frameworks/av/drm/libdrmframework/include \
|
||||
$(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include \
|
||||
$(TOP)/frameworks/av/include
|
||||
|
||||
@@ -13,8 +13,8 @@ LOCAL_C_INCLUDES+= \
|
||||
vendor/widevine/proprietary/drmwvmplugin/include \
|
||||
vendor/widevine/proprietary/streamcontrol/include \
|
||||
external/stlport/stlport \
|
||||
frameworks/base/drm/libdrmframework/include \
|
||||
frameworks/base/drm/libdrmframework/plugins/common/include
|
||||
frameworks/av/drm/libdrmframework/include \
|
||||
frameworks/av/drm/libdrmframework/plugins/common/include
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libstlport \
|
||||
|
||||
@@ -16,8 +16,8 @@ LOCAL_C_INCLUDES += \
|
||||
external/stlport/stlport \
|
||||
vendor/widevine/proprietary/streamcontrol/include \
|
||||
vendor/widevine/proprietary/drmwvmplugin/include \
|
||||
frameworks/base/drm/libdrmframework/include \
|
||||
frameworks/base/drm/libdrmframework/plugins/common/include
|
||||
frameworks/av/drm/libdrmframework/include \
|
||||
frameworks/av/drm/libdrmframework/plugins/common/include
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libstlport \
|
||||
|
||||
@@ -2,7 +2,7 @@ LOCAL_C_INCLUDES:= \
|
||||
bionic \
|
||||
bionic/libstdc++ \
|
||||
external/stlport/stlport \
|
||||
frameworks/base/media/libstagefright/include \
|
||||
frameworks/av/media/libstagefright/include \
|
||||
vendor/widevine/proprietary/streamcontrol/include \
|
||||
vendor/widevine/proprietary/wvm/include
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ LOCAL_C_INCLUDES+= \
|
||||
bionic \
|
||||
vendor/widevine/proprietary/include \
|
||||
external/stlport/stlport \
|
||||
frameworks/base/media/libstagefright
|
||||
frameworks/av/media/libstagefright
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libstlport \
|
||||
|
||||
Reference in New Issue
Block a user