summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Tinker <jtinker@google.com>2012-05-01 16:16:41 -0700
committerJeff Tinker <jtinker@google.com>2012-05-01 16:58:49 -0700
commitf5db024f2ed0a5ec8985c83bcc175f9c501a4804 (patch)
treea9fea3413189ff7a1223d797e2d603501976faee
parent4d20513e5f6e03300eed37b3fdf6fea8b5c70fec (diff)
downloadhardware_ti_omap4-f5db024f2ed0a5ec8985c83bcc175f9c501a4804.zip
hardware_ti_omap4-f5db024f2ed0a5ec8985c83bcc175f9c501a4804.tar.gz
hardware_ti_omap4-f5db024f2ed0a5ec8985c83bcc175f9c501a4804.tar.bz2
Part of fix for build break - missing WVCryptoPlugin.h in full_tuna build
Change-Id: Ie09e2916660766c2b69aa972e7b2a17d728b0b53 related-to-bug: 6427841
-rw-r--r--libdrmdecrypt/Android.mk3
-rw-r--r--libdrmdecrypt/crypto.cpp7
2 files changed, 0 insertions, 10 deletions
diff --git a/libdrmdecrypt/Android.mk b/libdrmdecrypt/Android.mk
index a170bf9..2f1b644 100644
--- a/libdrmdecrypt/Android.mk
+++ b/libdrmdecrypt/Android.mk
@@ -5,9 +5,6 @@ include $(CLEAR_VARS)
-include $(TOP)/vendor/widevine/proprietary/cryptoPlugin/decrypt-core.mk
-LOCAL_SRC_FILES := \
- crypto.cpp
-
LOCAL_C_INCLUDES:= \
$(TOP)/frameworks/native/include/media/hardware \
$(TOP)/vendor/widevine/proprietary/cryptoPlugin \
diff --git a/libdrmdecrypt/crypto.cpp b/libdrmdecrypt/crypto.cpp
deleted file mode 100644
index 511f72f..0000000
--- a/libdrmdecrypt/crypto.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <media/hardware/CryptoAPI.h>
-
-#include "WVCryptoPlugin.h"
-
-android::CryptoFactory *createCryptoFactory() {
- return new android::WVCryptoFactory;
-}