Update oemcrypto adapter for v15 -> v14
Merge from master branch of Widevine repo of http://go/wvgerrit/66081 Merge from oemcrypto-v15 branch of Widevine repo of http://go/wvgerrit/65962 This CL changes function names in the v14 level 3 libraries to work with the dynamic adapter. I also excluded several OEMCrypto unit tests from running with a v14 oemcrypto because they require error code changes introduced in v15. Bug: 117888897 Fix backwards compatibility Bug: 119313532 Integration test failing Test: unit tests on taimen. Play Movies, ExoPlayer, Netflix play on taimen. Some unit tests do not pass because Taimen uses a v13 oemcrypto. Most pass. Change-Id: Ib8eb8a89591fdba3055064c4bdf90523b01309a8
This commit is contained in:
@@ -1354,7 +1354,7 @@ TEST_F(OEMCryptoSessionTests, LoadKeyNoKeyWithNonce) {
|
||||
GetSubstring(), OEMCrypto_ContentLicense));
|
||||
}
|
||||
|
||||
TEST_F(OEMCryptoSessionTests, SelectKeyNotThere) {
|
||||
TEST_F(OEMCryptoSessionTests, SelectKeyNotThereAPI15) {
|
||||
Session s;
|
||||
ASSERT_NO_FATAL_FAILURE(s.open());
|
||||
ASSERT_NO_FATAL_FAILURE(InstallTestSessionKeys(&s));
|
||||
|
||||
Reference in New Issue
Block a user