Merge "Fix oec session id in dynamic adpater" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
81cb2ba955
@@ -2177,7 +2177,7 @@ extern "C" OEMCryptoResult OEMCrypto_LoadEntitledContentKeys(
|
||||
if (pair.fcn->version < 17) {
|
||||
if (key_array == nullptr) {
|
||||
return pair.fcn->LoadEntitledContentKeys_V16(
|
||||
session, message, message_length, key_array_length, nullptr);
|
||||
pair.session, message, message_length, key_array_length, nullptr);
|
||||
}
|
||||
std::vector<OEMCrypto_EntitledContentKeyObject_V16> key_array_v16(
|
||||
key_array_length);
|
||||
|
||||
Reference in New Issue
Block a user