From 2786ce00c101a960b2b76d4f855f438cb2650e99 Mon Sep 17 00:00:00 2001 From: kubersharma001 Date: Sat, 28 Sep 2019 23:13:00 +0100 Subject: [PATCH] Sanders : Uprev clearkey HIDL to 1.2 Signed-off-by: ronaxdevil --- configs/manifest.xml | 2 ++ device.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/manifest.xml b/configs/manifest.xml index 66a110d..98d7b28 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -67,6 +67,8 @@ widevine default + @1.2::ICryptoFactory/clearkey + @1.2::IDrmFactory/clearkey android.hardware.gatekeeper diff --git a/device.mk b/device.mk index 8da26db..7a8b084 100644 --- a/device.mk +++ b/device.mk @@ -149,7 +149,7 @@ PRODUCT_PACKAGES += android.hardware.media.omx PRODUCT_PACKAGES += \ android.hardware.drm@1.0-service \ android.hardware.drm@1.0-impl \ - android.hardware.drm@1.0-service.widevine + android.hardware.drm@1.2-service.widevine # limit dex2oat threads to improve thermals PRODUCT_PROPERTY_OVERRIDES += \