Update Widevine Android Version Number for M-MR1 (DO NOT MERGE)

This updates Widevine's version number (and our canary test) for
M-MR1. Widevine will report its version as 3.1.0 instead of 3.0.0,
in order to distinguish it from the version released with Android M.

Bug: 25297264
Change-Id: I79c53b2d1a63753bce2aa5a77c46543c2804d95e
This commit is contained in:
John "Juce" Bruce
2015-10-27 11:03:20 -07:00
committed by John Bruce
parent d1b284b21c
commit c2ce8f974f
2 changed files with 3 additions and 3 deletions

View File

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