diff --git a/proprietary/cryptoPlugin/WVCryptoPlugin.cpp b/proprietary/cryptoPlugin/WVCryptoPlugin.cpp index 54869cc8..d8458e15 100644 --- a/proprietary/cryptoPlugin/WVCryptoPlugin.cpp +++ b/proprietary/cryptoPlugin/WVCryptoPlugin.cpp @@ -29,6 +29,10 @@ namespace android { +CryptoFactory *createCryptoFactory() { + return new android::WVCryptoFactory; +} + // static const uint8_t WVCryptoFactory::kUUIDWidevine[16] = { 0xED,0xEF,0x8B,0xA9,0x79,0xD6,0x4A,0xCE,