Indicate support for initial_renewal_delay_base
[ Merge of http://go/wvgerrit/174555 ] This is only announced if OEMCrypto is v18+ Bug: 278751387 Test: Duration use case tests, wvts tests Change-Id: I5cbfcc733ed2af2c940fde381b40a5be850e7e88
This commit is contained in:
@@ -364,6 +364,11 @@ CdmResponseType ClientIdentification::Prepare(
|
||||
}
|
||||
}
|
||||
|
||||
if (api_version >=
|
||||
OEM_CRYPTO_API_VERSION_SUPPORTS_INITIAL_RENEWAL_DELAY_BASE) {
|
||||
client_capabilities->set_initial_renewal_delay_base(true);
|
||||
}
|
||||
|
||||
return CdmResponseType(NO_ERROR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user