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:
Jeffrey Tinker
2011-05-19 05:18:45 -07:00
parent b0543e305c
commit 1ab51c68fc
2 changed files with 119 additions and 48 deletions

View File

@@ -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