Pick widevine oemcrypto-v18 change
No-Typo-Check: From a third party header file Bug: 260918793 Test: unit tests Test: atp v2/widevine-eng/drm_compliance Change-Id: I36effd6a10a99bdb2399ab1f4a0fad026d607c70
This commit is contained in:
@@ -105,6 +105,15 @@ void SetAttributeField<drm_metrics::Attributes::kErrorDetailFieldNumber,
|
||||
attributes->set_error_detail(error_detail);
|
||||
}
|
||||
|
||||
template <>
|
||||
void SetAttributeField<
|
||||
drm_metrics::Attributes::kOemCryptoSignatureHashAlgorithmFieldNumber,
|
||||
OEMCrypto_SignatureHashAlgorithm>(
|
||||
const OEMCrypto_SignatureHashAlgorithm& algorithm,
|
||||
drm_metrics::Attributes* attributes) {
|
||||
attributes->set_oem_crypto_signature_hash_algorithm(algorithm);
|
||||
}
|
||||
|
||||
template <>
|
||||
void SetAttributeField<0, util::Unused>(const util::Unused&,
|
||||
drm_metrics::Attributes*) {
|
||||
|
||||
Reference in New Issue
Block a user