From d35a5416365983c6791435730b2746d9b41660fd Mon Sep 17 00:00:00 2001 From: Jeff Tinker Date: Thu, 3 May 2012 15:37:18 -0700 Subject: [PATCH] Fix WV CryptoPlugin exports invalid entrypoint Change-Id: I812fbdb4035953385166105506be865c1eee6812 related-to-bug: 6440292 --- proprietary/cryptoPlugin/WVCryptoPlugin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proprietary/cryptoPlugin/WVCryptoPlugin.cpp b/proprietary/cryptoPlugin/WVCryptoPlugin.cpp index d8458e15..4c2fc3ee 100644 --- a/proprietary/cryptoPlugin/WVCryptoPlugin.cpp +++ b/proprietary/cryptoPlugin/WVCryptoPlugin.cpp @@ -27,12 +27,12 @@ #include -namespace android { - -CryptoFactory *createCryptoFactory() { +android::CryptoFactory *createCryptoFactory() { return new android::WVCryptoFactory; } +namespace android { + // static const uint8_t WVCryptoFactory::kUUIDWidevine[16] = { 0xED,0xEF,0x8B,0xA9,0x79,0xD6,0x4A,0xCE,