Fix WV CryptoPlugin exports invalid entrypoint

Change-Id: I812fbdb4035953385166105506be865c1eee6812
related-to-bug: 6440292
This commit is contained in:
Jeff Tinker
2012-05-03 15:37:18 -07:00
parent e3c3350281
commit d35a541636

View File

@@ -27,12 +27,12 @@
#include <string.h>
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,