summaryrefslogtreecommitdiffstats
path: root/drm/libdrmframework/plugins/widevine/test/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'drm/libdrmframework/plugins/widevine/test/Android.mk')
-rw-r--r--drm/libdrmframework/plugins/widevine/test/Android.mk32
1 files changed, 0 insertions, 32 deletions
diff --git a/drm/libdrmframework/plugins/widevine/test/Android.mk b/drm/libdrmframework/plugins/widevine/test/Android.mk
deleted file mode 100644
index d3fa57c..0000000
--- a/drm/libdrmframework/plugins/widevine/test/Android.mk
+++ /dev/null
@@ -1,32 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= \
- TestPlugin.cpp \
- ../src/WVMLogging.cpp
-
-LOCAL_C_INCLUDES+= \
- bionic \
- vendor/widevine/proprietary/include \
- external/stlport/stlport \
- frameworks/base/drm/libdrmframework/include \
- frameworks/base/drm/libdrmframework/plugins/common/include \
- frameworks/base/drm/libdrmframework/plugins/widevine/include
-
-LOCAL_SHARED_LIBRARIES := \
- libstlport \
- libwvdrm \
- liblog \
- libutils \
- libz \
- libdl
-
-LOCAL_STATIC_LIBRARIES := \
- libdrmframeworkcommon
-
-LOCAL_MODULE:=test-wvdrmplugin
-
-LOCAL_MODULE_TAGS := tests
-
-include $(BUILD_EXECUTABLE)
-