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

@@ -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 \
@@ -32,4 +32,4 @@ LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)
endif
endif