diff options
author | Bruno Martins <bgcngm@gmail.com> | 2022-05-30 19:27:51 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2023-08-03 02:52:56 +0200 |
commit | 5ed3ee9ebb5110a0d7cf75402d47d634af304a5d (patch) | |
tree | 7e419a759724abdd4b9c51639c6de0ef49eea9fd | |
parent | ce7cf5c8830133c9424f38ac6b93721d6e22dca8 (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.mk | 3 | ||||
-rw-r--r-- | manifest.xml | 11 | ||||
-rwxr-xr-x | msm8996.mk | 2 |
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> @@ -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 |