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:
Alex Dale
2019-07-25 13:58:07 -07:00
parent 510804a295
commit 0b3edf73a8
2 changed files with 3 additions and 2 deletions

View File

@@ -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) {