Make change and version bump to AV1A.240810.001

Snap for 12210285 from 27bc52e3f4 to vic-widevine-partner-release

Change-Id: Ia08b0976e8343f4f7b19eca9447c72cf7780080e
This commit is contained in:
Android Build Coastguard Worker
2024-08-10 07:55:46 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -96,6 +96,9 @@ TEST_F(OEMCryptoSessionTests, License_IncrementCounterAPI18) {
if (wvoec::global_features.api_version < 18) {
GTEST_SKIP() << "Test for versions 18 and up only.";
}
if (OEMCrypto_SecurityLevel() == OEMCrypto_Level3) {
GTEST_SKIP() << "L3 does not support license counter.";
}
Session s;
s.open();
LicenseRoundTrip license_messages(&s);
@@ -141,6 +144,9 @@ TEST_F(OEMCryptoSessionTests, MasterGeneration_IncrementCounterAPI18) {
GTEST_SKIP() << "Usage table not supported, so master generation number "
"does not need to be checked.";
}
if (OEMCrypto_SecurityLevel() == OEMCrypto_Level3) {
GTEST_SKIP() << "L3 does not support license counter.";
}
Session s1;
s1.open();
LicenseRoundTrip license_messages(&s1);

View File

@@ -1 +1 @@
AV1A.240808.001
AV1A.240810.001