Update API version to 15
Merge from master branch of Widevine repo of http://go/wvgerrit/66064 Merge from oemcrypto-v15 branch of Widevine repo of http://go/wvgerrit/63063 This is in the reference code for OEMCrypto, and in the unit tetss. Bug: 111939411 Test: unit tests Test: tested as part of http://go/ag/5501993 Change-Id: I2cc2e7028f62d1c375eb632452eef94566fa9ae3
This commit is contained in:
@@ -153,7 +153,7 @@ class OEMCryptoAndroidQTest : public OEMCryptoAndroidOCTest {};
|
||||
|
||||
TEST_F(OEMCryptoAndroidQTest, MinVersionNumber14) {
|
||||
uint32_t version = OEMCrypto_APIVersion();
|
||||
ASSERT_GE(version, 14u);
|
||||
ASSERT_GE(version, 15u);
|
||||
}
|
||||
|
||||
} // namespace wvoec
|
||||
|
||||
Reference in New Issue
Block a user