Fix oec session id in dynamic adpater am: 74a9f80790
Original change: https://googleplex-android-review.googlesource.com/c/platform/vendor/widevine/+/23246132 Change-Id: I31ff36896dd05e4500fc1f3c4b95645cf7c682fa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -2188,7 +2188,8 @@ extern "C" OEMCryptoResult OEMCrypto_LoadEntitledContentKeys(
|
||||
key_array_v16[i].content_key_data = key_array[i].content_key_data;
|
||||
}
|
||||
return pair.fcn->LoadEntitledContentKeys_V16(
|
||||
session, message, message_length, key_array_length, &key_array_v16[0]);
|
||||
pair.session, message, message_length, key_array_length,
|
||||
&key_array_v16[0]);
|
||||
}
|
||||
if (pair.fcn->LoadEntitledContentKeys == nullptr) {
|
||||
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
|
||||
|
||||
Reference in New Issue
Block a user