From 607486efe37909feb4c97cdf016952a2c364400a Mon Sep 17 00:00:00 2001 From: Arian Date: Sun, 8 Sep 2019 18:05:06 +0200 Subject: [PATCH] sdm660-common: Uprev clearkey to 1.2 --- manifest.xml | 4 ++++ sdm660.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index d013d7d8..e9472a15 100755 --- a/manifest.xml +++ b/manifest.xml @@ -101,6 +101,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. default widevine + @1.1::ICryptoFactory/widevine + @1.1::IDrmFactory/widevine + @1.2::ICryptoFactory/clearkey + @1.2::IDrmFactory/clearkey android.hardware.gatekeeper diff --git a/sdm660.mk b/sdm660.mk index b05c4072..5003d8e8 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -214,7 +214,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.drm@1.0-impl \ android.hardware.drm@1.0-service \ - android.hardware.drm@1.1-service.clearkey + android.hardware.drm@1.2-service.clearkey PRODUCT_PACKAGES += \ android.hardware.broadcastradio@1.0-impl