Changed Widevine CDM version to "16.0.0".
[ Merge of http://go/wvgerrit/83629 ] In a previous change, the `VersionNumberChangeCanary` test started to fail when Android changed their version number from "10" to "R". I forgot to also change the Widevine CMD version string from "15.0.0" to "16.0.0". Test: Run `request_license_test` on Android Bug: 137784842 Change-Id: I157aa6ac518423911e806b1278d723a86579c8cd
This commit is contained in:
@@ -21,7 +21,7 @@ const char kL2Dir[] = "/L2/";
|
||||
const char kL3Dir[] = "/L3/";
|
||||
const char kFactoryKeyboxPath[] = "/factory/wv.keys";
|
||||
|
||||
const char kWVCdmVersion[] = "15.0.0";
|
||||
const char kWVCdmVersion[] = "16.0.0";
|
||||
|
||||
bool GetAndroidProperty(const char* key, std::string* value) {
|
||||
if (!key) {
|
||||
|
||||
Reference in New Issue
Block a user