am f977e154: Fix for b/4429363: Unable to play rented movie getting error "KEYBOX IS INVALID"
* commit 'f977e154c548742b0d7b36f26aed386f3f354dfc': Fix for b/4429363: Unable to play rented movie getting error "KEYBOX IS INVALID"
This commit is contained in:
@@ -38,6 +38,8 @@ using namespace android;
|
||||
|
||||
// This extern "C" is mandatory to be managed by TPlugInManager
|
||||
extern "C" IDrmEngine* create() {
|
||||
_ah006(android_printbuf);
|
||||
libocs_setup();
|
||||
return new WVMDrmPlugin();
|
||||
}
|
||||
|
||||
@@ -75,8 +77,6 @@ WVMDrmPlugin::~WVMDrmPlugin() {
|
||||
*/
|
||||
status_t WVMDrmPlugin::onInitialize(int uniqueId) {
|
||||
//LOGD("WVMDrmPlugin::onInitialize : %d", uniqueId);
|
||||
_ah006(android_printbuf);
|
||||
libocs_setup();
|
||||
return DRM_NO_ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user