This reverts commit 642965c678.
Reason for revert: Droidfood Blocking Bug: 217145027
Change-Id: I669b72fcd91c62e28883b5f55eb36af274d85806
(cherry picked from commit 8dbea15e5da05b371572297041454569dc166c90)
Merged-In:I669b72fcd91c62e28883b5f55eb36af274d85806
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_
|