From 1a7dbc41481f71a1ce64fc0443ab909fbaa241c9 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 14 Jun 2020 20:52:23 +0200 Subject: [PATCH] universal7870: Revert "Don't build drm clearkey service" This reverts commit e0150af559060831fea6d52081160400832eecca. --- device-common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device-common.mk b/device-common.mk index 5607cc2..8628f94 100644 --- a/device-common.mk +++ b/device-common.mk @@ -131,7 +131,8 @@ PRODUCT_PACKAGES += \ # DRM PRODUCT_PACKAGES += \ android.hardware.drm@1.0-impl \ - android.hardware.drm@1.0-service + android.hardware.drm@1.0-service \ + android.hardware.drm@1.2-service.clearkey # Flat device tree for boot image PRODUCT_HOST_PACKAGES += \