Makefile change because media and drm header files are relocated

o related-to-bug: 6214141

Change-Id: I5d5e4169eb05f75c19c1598e05b72e251b2899fb
This commit is contained in:
James Dong
2012-03-23 21:32:01 -07:00
parent 79b8865e2c
commit e9ff127d78
5 changed files with 10 additions and 10 deletions

View File

@@ -4,6 +4,6 @@ LOCAL_C_INCLUDES:= \
$(TOP)/external/stlport/stlport \ $(TOP)/external/stlport/stlport \
$(TOP)/vendor/widevine/proprietary/streamcontrol/include \ $(TOP)/vendor/widevine/proprietary/streamcontrol/include \
$(TOP)/vendor/widevine/proprietary/drmwvmplugin/include \ $(TOP)/vendor/widevine/proprietary/drmwvmplugin/include \
$(TOP)/frameworks/base/drm/libdrmframework/include \ $(TOP)/frameworks/av/drm/libdrmframework/include \
$(TOP)/frameworks/base/drm/libdrmframework/plugins/common/include \ $(TOP)/frameworks/av/drm/libdrmframework/plugins/common/include \
$(TOP)/frameworks/base/include $(TOP)/frameworks/av/include

View File

@@ -13,8 +13,8 @@ LOCAL_C_INCLUDES+= \
vendor/widevine/proprietary/drmwvmplugin/include \ vendor/widevine/proprietary/drmwvmplugin/include \
vendor/widevine/proprietary/streamcontrol/include \ vendor/widevine/proprietary/streamcontrol/include \
external/stlport/stlport \ external/stlport/stlport \
frameworks/base/drm/libdrmframework/include \ frameworks/av/drm/libdrmframework/include \
frameworks/base/drm/libdrmframework/plugins/common/include frameworks/av/drm/libdrmframework/plugins/common/include
LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \
libstlport \ libstlport \
@@ -32,4 +32,4 @@ LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE) include $(BUILD_EXECUTABLE)
endif endif

View File

@@ -16,8 +16,8 @@ LOCAL_C_INCLUDES += \
external/stlport/stlport \ external/stlport/stlport \
vendor/widevine/proprietary/streamcontrol/include \ vendor/widevine/proprietary/streamcontrol/include \
vendor/widevine/proprietary/drmwvmplugin/include \ vendor/widevine/proprietary/drmwvmplugin/include \
frameworks/base/drm/libdrmframework/include \ frameworks/av/drm/libdrmframework/include \
frameworks/base/drm/libdrmframework/plugins/common/include frameworks/av/drm/libdrmframework/plugins/common/include
LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \
libstlport \ libstlport \

View File

@@ -2,7 +2,7 @@ LOCAL_C_INCLUDES:= \
bionic \ bionic \
bionic/libstdc++ \ bionic/libstdc++ \
external/stlport/stlport \ external/stlport/stlport \
frameworks/base/media/libstagefright/include \ frameworks/av/media/libstagefright/include \
vendor/widevine/proprietary/streamcontrol/include \ vendor/widevine/proprietary/streamcontrol/include \
vendor/widevine/proprietary/wvm/include vendor/widevine/proprietary/wvm/include

View File

@@ -11,7 +11,7 @@ LOCAL_C_INCLUDES+= \
bionic \ bionic \
vendor/widevine/proprietary/include \ vendor/widevine/proprietary/include \
external/stlport/stlport \ external/stlport/stlport \
frameworks/base/media/libstagefright frameworks/av/media/libstagefright
LOCAL_SHARED_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \
libstlport \ libstlport \