aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2022-05-30 19:27:51 +0100
committerDavide Garberi <dade.garberi@gmail.com>2023-08-03 02:52:56 +0200
commit5ed3ee9ebb5110a0d7cf75402d47d634af304a5d (patch)
tree7e419a759724abdd4b9c51639c6de0ef49eea9fd
parentce7cf5c8830133c9424f38ac6b93721d6e22dca8 (diff)
msm8996-common: Drop default DRM service
This is not needed, since Widevine DRM and Clearkey DRM services are available. Change-Id: I97023f1bab88ddb8fa4cb205df190c516a759951
-rw-r--r--BoardConfigCommon.mk3
-rw-r--r--manifest.xml11
-rwxr-xr-xmsm8996.mk2
3 files changed, 0 insertions, 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.
<hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
- <version>1.0</version>
- <interface>
- <name>ICryptoFactory</name>
- <instance>default</instance>
- <instance>widevine</instance>
- </interface>
- <interface>
- <name>IDrmFactory</name>
- <instance>default</instance>
- <instance>widevine</instance>
- </interface>
<fqname>@1.2::ICryptoFactory/clearkey</fqname>
<fqname>@1.2::IDrmFactory/clearkey</fqname>
<fqname>@1.2::ICryptoFactory/widevine</fqname>
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