From c4686a17b2ada55733ce2a1074180bef22bf81cd Mon Sep 17 00:00:00 2001 From: Ziyang Zhou Date: Mon, 8 Nov 2021 21:30:20 +0800 Subject: [PATCH] update drm hal --- manifest.xml | 13 ------------- redroid.mk | 4 +--- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/manifest.xml b/manifest.xml index b1dc861..a066baa 100644 --- a/manifest.xml +++ b/manifest.xml @@ -17,19 +17,6 @@ default - - android.hardware.drm - hwbinder - 1.0 - - ICryptoFactory - default - - - IDrmFactory - default - - android.hardware.graphics.allocator hwbinder diff --git a/redroid.mk b/redroid.mk index f19dc4b..b06a368 100644 --- a/redroid.mk +++ b/redroid.mk @@ -91,9 +91,7 @@ PRODUCT_PACKAGES += \ android.hardware.audio.service \ android.hardware.audio@4.0-impl \ android.hardware.audio.effect@4.0-impl \ - android.hardware.drm@1.0-service \ - android.hardware.drm@1.0-impl \ - android.hardware.drm@1.3-service.clearkey \ + android.hardware.drm@1.4-service-lazy.clearkey \ android.hardware.gatekeeper@1.0-service.software \ android.hardware.graphics.allocator@2.0-service \ android.hardware.graphics.allocator@2.0-impl \