Merge "Fix WV CryptoPlugin exports invalid entrypoint" into jb-dev
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user