Merge "Map CERT_PROVISIONING_RESPONSE_ERROR_9 to HAL status." into sc-dev am: bb2e41adfd

Original change: https://googleplex-android-review.googlesource.com/c/platform/vendor/widevine/+/13692447

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iec769c3caedd5d677b52907e5846ca5089694a8b
This commit is contained in:
Alex Dale
2021-03-06 02:14:44 +00:00
committed by Automerger Merge Worker

View File

@@ -648,6 +648,7 @@ static S mapCdmResponseType(wvcdm::CdmResponseType res) {
case wvcdm::CERT_PROVISIONING_RESPONSE_ERROR_2:
case wvcdm::CERT_PROVISIONING_RESPONSE_ERROR_3:
case wvcdm::CERT_PROVISIONING_RESPONSE_ERROR_4:
case wvcdm::CERT_PROVISIONING_RESPONSE_ERROR_9:
case wvcdm::LOAD_PROVISIONING_ERROR:
err = ::drm::V1_4::Status::PROVISIONING_PARSE_ERROR;
break;