Update WV build and android version number change canary

[ Merge of http://go/wvgerrit/66145 ]

Bug: 119431010
Test: WV unit/integration tests
Change-Id: Ib869ee0df03dda6124ebcdb6ed8e502915ba9896
This commit is contained in:
Rahul Frias
2018-11-12 15:08:02 -08:00
parent 9fc06b07a3
commit 9b7e2013d4
2 changed files with 3 additions and 3 deletions

View File

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