From cd76d4adcf90a7af321455c5611aa846d3309de3 Mon Sep 17 00:00:00 2001 From: Edwin Wong Date: Tue, 27 Nov 2018 10:43:32 -0800 Subject: [PATCH] Update Widevine HIDL service to 1.2. Widevine HIDL service added new v1.2 media APIs, update the service version to 1.2. Test: Netflix and Play Movies & TV (streaming and offline playback) Test: GTS WidevineH264PlaybackTests test e.g. ANDROID_BUILD_TOP= ./android-gts/toolsefed run gts -m GtsMediaTestCases --test com.google.android.media.gts.WidevineH264PlaybackTests#testL1With480P30 bug: 117570686 Change-Id: I75f3c0d3ec1922a84b00b8e1ba42ff27b704b0cf --- manifest.xml | 4 ++-- proprietary-files.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.xml b/manifest.xml index 52898e7e..5b3f4e1c 100644 --- a/manifest.xml +++ b/manifest.xml @@ -77,8 +77,8 @@ @1.2::ICryptoFactory/clearkey @1.2::IDrmFactory/clearkey - @1.1::ICryptoFactory/widevine - @1.1::IDrmFactory/widevine + @1.2::ICryptoFactory/widevine + @1.2::IDrmFactory/widevine android.hardware.gatekeeper diff --git a/proprietary-files.txt b/proprietary-files.txt index 472ef69e..9f343ee0 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -449,8 +449,8 @@ vendor/lib64/libtzdrmgenprov.so vendor/lib64/vendor.display.config@1.0_vendor.so # DRM - Widevine -vendor/bin/hw/android.hardware.drm@1.1-service.widevine -vendor/etc/init/android.hardware.drm@1.1-service.widevine.rc +vendor/bin/hw/android.hardware.drm@1.2-service.widevine +vendor/etc/init/android.hardware.drm@1.2-service.widevine.rc vendor/lib64/libwvhidl.so # DSP