Move all Widevine code which have dependency on vendor modules from framework/base to vendor/widevine

Change-Id: I2b43e90c279391436f1bbb18ebd64961bec4f9ee
This commit is contained in:
Gloria Wang
2011-02-18 22:51:13 -08:00
parent 1c53769dc1
commit 0f9922ff77
32 changed files with 2376 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
Testlibwvm.cpp
LOCAL_C_INCLUDES+= \
bionic \
vendor/widevine/proprietary/include \
external/stlport/stlport \
frameworks/base/media/libstagefright
LOCAL_SHARED_LIBRARIES := \
libstlport \
libdrmframework \
libstagefright \
liblog \
libutils \
libz \
libdl
LOCAL_MODULE:=test-libwvm
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)