Update Widevine Version Number for Android O
(This is a merge of go/wvgerrit/23080) Updates the Widevine version number and canary for the Android O release. Widevine is now at v5.0.0 on Android. Bug: 34114979 Test: request-license-test Change-Id: I19558d6b297263f816522176a5649be70b471073
This commit is contained in:
@@ -19,7 +19,7 @@ const char kL2Dir[] = "/L2/";
|
||||
const char kL3Dir[] = "/L3/";
|
||||
const char kFactoryKeyboxPath[] = "/factory/wv.keys";
|
||||
|
||||
const char kWVCdmVersion[] = "v4.2.0-android";
|
||||
const char kWVCdmVersion[] = "v5.0.0-android";
|
||||
|
||||
bool GetAndroidProperty(const char* key, std::string* value) {
|
||||
char val[PROPERTY_VALUE_MAX];
|
||||
|
||||
Reference in New Issue
Block a user