TODO: update VersionNumberTest.VersionNumberChangeCanary [ Merge of http://go/wvgerrit/123403 ] Bug: 183073374 Test: GtsMediaTestCases Change-Id: I1773416b6f3f212bead5e6b7749da52883041d07
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 = "16.1.0";
|
|
|
|
} // namespace wvcdm
|
|
|
|
#endif // WVCDM_WV_ANDROID_CONSTANTS_H_
|