[ Merge of http://go/wvgerrit/138149 ] Update the android version number test to "12L" Bug: 205491167 Test: wv unit/integration tests Change-Id: If11e7c6f3a89263ab78d274aa8d776991d3942e9
17 lines
407 B
C++
17 lines
407 B
C++
// Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary
|
|
// source code may only be used and distributed under the Widevine License
|
|
// Agreement.
|
|
//
|
|
#ifndef WVCDM_WV_ANDROID_CONSTANTS_H_
|
|
#define WVCDM_WV_ANDROID_CONSTANTS_H_
|
|
|
|
#include <string>
|
|
|
|
namespace wvcdm {
|
|
|
|
static const std::string kWVAndroidCdmVersion = "17.0.0";
|
|
|
|
} // namespace wvcdm
|
|
|
|
#endif // WVCDM_WV_ANDROID_CONSTANTS_H_
|