From 5ed3ee9ebb5110a0d7cf75402d47d634af304a5d Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Mon, 30 May 2022 19:27:51 +0100 Subject: msm8996-common: Drop default DRM service This is not needed, since Widevine DRM and Clearkey DRM services are available. Change-Id: I97023f1bab88ddb8fa4cb205df190c516a759951 --- BoardConfigCommon.mk | 3 --- manifest.xml | 11 ----------- msm8996.mk | 2 -- 3 files changed, 16 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index db777b9..029b49f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -119,9 +119,6 @@ MAX_EGL_CACHE_SIZE := 2048*1024 OVERRIDE_RS_DRIVER := libRSDriver_adreno.so -# DRM -TARGET_ENABLE_MEDIADRM_64 := true - # Encryption TARGET_HW_DISK_ENCRYPTION := true diff --git a/manifest.xml b/manifest.xml index 385c15c..fae72a6 100644 --- a/manifest.xml +++ b/manifest.xml @@ -81,17 +81,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. android.hardware.drm hwbinder - 1.0 - - ICryptoFactory - default - widevine - - - IDrmFactory - default - widevine - @1.2::ICryptoFactory/clearkey @1.2::IDrmFactory/clearkey @1.2::ICryptoFactory/widevine diff --git a/msm8996.mk b/msm8996.mk index c09b4fb..04dcd69 100755 --- a/msm8996.mk +++ b/msm8996.mk @@ -203,8 +203,6 @@ PRODUCT_PACKAGES += \ # DRM PRODUCT_PACKAGES += \ - android.hardware.drm@1.0-impl:64 \ - android.hardware.drm@1.0-service \ android.hardware.drm@1.2.vendor \ android.hardware.drm@1.4-service.clearkey -- cgit v1.2.3