Update Widevine Android Version Number to 5.1.0

(This is a merge from http://go/wvgerrit/31360)

This also updates the version number change canary.

Bug: 64209738
Test: request_license_test
Change-Id: Ibdf27256822a32988a848ef5bf79bf2e2633fd59
This commit is contained in:
John W. Bruce
2017-08-17 02:42:54 -07:00
parent 6e8f889795
commit ce9c5f35ac
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[] = "v5.0.0-android";
const char kWVCdmVersion[] = "v5.1.0-android";
bool GetAndroidProperty(const char* key, std::string* value) {
char val[PROPERTY_VALUE_MAX];