Files
android/libwvdrmengine/cdm/include/wv_android_constants.h
Vaibhav Devmurari 0bcc813e35 Revert "Widevine version genrules"
This reverts commit 9f32150e5f.

Reason for revert: Potential cause for b/328364975
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8aef6927981a8c701d4b7aeca7e61df774f16468)
Merged-In: I3d1411cb183bf3faf04dee51f8a191ec796517f4
Change-Id: I3d1411cb183bf3faf04dee51f8a191ec796517f4
2024-03-07 07:44:59 +00:00

20 lines
611 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 {
// Note: If you change this, make sure you also change
// https://developers.google.com/widevine/drm/client/oemcrypto/compatibility
static const std::string kWVAndroidCdmVersion_18_0_1 = "18.0.1";
static const std::string kWVAndroidCdmVersion_18_0_2 = "18.0.2";
} // namespace wvcdm
#endif // WVCDM_WV_ANDROID_CONSTANTS_H_