Merge "Update Android WVCdm version to 16.1.0" into sc-dev
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
namespace wvcdm {
|
namespace wvcdm {
|
||||||
|
|
||||||
static const std::string kWVAndroidCdmVersion = "16.0.0";
|
static const std::string kWVAndroidCdmVersion = "16.1.0";
|
||||||
|
|
||||||
} // namespace wvcdm
|
} // namespace wvcdm
|
||||||
|
|
||||||
|
|||||||
@@ -5952,6 +5952,11 @@ TEST(VersionNumberTest, VersionNumberChangeCanary) {
|
|||||||
android::base::GetProperty("ro.build.version.release", "");
|
android::base::GetProperty("ro.build.version.release", "");
|
||||||
ASSERT_TRUE(release_number.size() > 0);
|
ASSERT_TRUE(release_number.size() > 0);
|
||||||
// Reminder to change the Widevine CDM version number.
|
// Reminder to change the Widevine CDM version number.
|
||||||
|
//
|
||||||
|
// TODO(robertshih):
|
||||||
|
// update expected release_number to 12 once Android version has changed;
|
||||||
|
// no need to update Widevine version number in wv_android_constants.h
|
||||||
|
// because it is already at 16.1.0.
|
||||||
EXPECT_STREQ("11", release_number.c_str())
|
EXPECT_STREQ("11", release_number.c_str())
|
||||||
<< "The Android version number has changed. You need to update this test "
|
<< "The Android version number has changed. You need to update this test "
|
||||||
"and also possibly update the Widevine version number in "
|
"and also possibly update the Widevine version number in "
|
||||||
|
|||||||
Reference in New Issue
Block a user