NYC-MR2 Widevine Version Number Bump

(This is a merge of go/wvgerrit/22897)

Bumps the Widevine version to 4.2.0 for NYC-MR2 and also updates the
test to expect the NYC-MR2 OS version number.

Bug: 32955300
Test: request_license_test
Change-Id: I2f186928f20e0848cbeef5fef2182045ad27140a
This commit is contained in:
John W. Bruce
2017-01-05 15:50:31 -08:00
parent cc8d6942d6
commit 1b298c6ec7
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ const char kL2Dir[] = "/L2/";
const char kL3Dir[] = "/L3/";
const char kFactoryKeyboxPath[] = "/factory/wv.keys";
const char kWVCdmVersion[] = "v4.1.0-android";
const char kWVCdmVersion[] = "v4.2.0-android";
bool GetAndroidProperty(const char* key, std::string* value) {
char val[PROPERTY_VALUE_MAX];