Fix for b/4463415 test-wvplayer unit test always returns status 2001
Fixed test-wvplayer unit test. Some restructuring of the drm plugin broke this test, now it is working again. This is an important unit test for OEMs developing support for Widevine. Change-Id: I528608bf594f7211d839a0c3cacc5a69a7301fdf
This commit is contained in:
@@ -12,7 +12,9 @@ LOCAL_C_INCLUDES+= \
|
||||
vendor/widevine/proprietary/include \
|
||||
external/stlport/stlport \
|
||||
vendor/widevine/proprietary/streamcontrol/include \
|
||||
vendor/widevine/proprietary/drmwvmplugin/include
|
||||
vendor/widevine/proprietary/drmwvmplugin/include \
|
||||
frameworks/base/drm/libdrmframework/include \
|
||||
frameworks/base/drm/libdrmframework/plugins/common/include
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libstlport \
|
||||
@@ -22,7 +24,8 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
liblog \
|
||||
libutils \
|
||||
libz \
|
||||
libcutils
|
||||
libcutils \
|
||||
libdl
|
||||
|
||||
LOCAL_MODULE:=test-wvplayer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user