From da8bb7dbb8f1cb6af10305fd9dccef0a44adb8d0 Mon Sep 17 00:00:00 2001 From: Arian Date: Mon, 31 May 2021 17:17:38 +0200 Subject: [PATCH] sm6150-common: Import missing libops.so This is required with blobs and firmware from global stable Android 11 builds. Fixes this error: 05-31 00:05:23.600 687 687 E QCOM-OEMCrypto: Error at trusted_app_decrypt_cenc : 2563 05-31 00:05:23.600 687 687 E QCOM-OEMCrypto: TA Result : 45 OEMCryptoResult : 38 05-31 00:05:23.601 687 687 I QCOM-OEMCrypto: ----------------------------------------------------------------- 05-31 00:05:23.601 687 687 I QCOM-OEMCrypto: Error stack trace[5] for TA version 1:71 05-31 00:05:23.601 687 687 E QCOM-OEMCrypto: drm_get_ops_obj : 1174 05-31 00:05:23.602 687 687 E QCOM-OEMCrypto: drm_enforce_hdcp_level : 1204 05-31 00:05:23.602 687 687 E QCOM-OEMCrypto: validate_key_control_for_decrypt : 1216 05-31 00:05:23.602 687 687 E QCOM-OEMCrypto: process_subsample : 1403 05-31 00:05:23.602 687 687 E QCOM-OEMCrypto: i_widevine_session_decrypt_cenc : 1739 05-31 00:05:23.602 687 687 I QCOM-OEMCrypto: ----------------------------------------------------------------- 05-31 00:05:23.602 687 687 E QCOM-OEMCrypto: Error at decrypt_data : 1874 05-31 00:05:23.602 687 687 E QCOM-OEMCrypto: Error at _oecc48 : 2322 05-31 00:05:23.602 687 687 E QCOM-OEMCrypto: Error at _oecc105 : 3119 05-31 00:05:23.602 687 687 E WVCdm : [crypto_session.cpp(1541):Decrypt] OEMCrypto_DecryptCENC failed: status = 38 05-31 00:05:23.602 687 687 E WVCdm : Decrypt error in session sid8 during a sample with protected data: 179 Change-Id: Icb7467e1e4b4e9260c34ac7a0bda6f48e5c6f34a --- proprietary-files.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/proprietary-files.txt b/proprietary-files.txt index 8e6c76c..2fe5d61 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -190,6 +190,7 @@ vendor/lib64/libhdcpsrm.so vendor/lib64/libminkdescriptor.so vendor/lib64/libminksocket.so vendor/lib64/liboemcrypto.so +vendor/lib64/libops.so vendor/lib64/libqisl.so vendor/lib64/libQSEEComAPI.so vendor/lib64/librpmb.so