From 6906ef95aa496f527ed45b1849920039940642e2 Mon Sep 17 00:00:00 2001 From: jhenrique09 Date: Sat, 4 Nov 2017 13:48:44 -0200 Subject: [PATCH] sanders: Build hidl DRM service and add to the manifest --- device.mk | 3 ++- manifest.xml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 4f60d1c..9c1393c 100644 --- a/device.mk +++ b/device.mk @@ -230,7 +230,8 @@ PRODUCT_PACKAGES += \ # DRM PRODUCT_PACKAGES += \ - android.hardware.drm@1.0-impl \ + android.hardware.drm@1.0-service \ + android.hardware.drm@1.0-impl PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/qdcm_calib_data_mipi_mot_vid_djn_1080p_550.xml:system/etc/qdcm_calib_data_mipi_mot_vid_djn_1080p_550.xml \ diff --git a/manifest.xml b/manifest.xml index dbe6638..dc002e6 100644 --- a/manifest.xml +++ b/manifest.xml @@ -26,5 +26,20 @@ default + + android.hardware.drm + hwbinder + 1.0 + + ICryptoFactory + widevine + default + + + IDrmFactory + widevine + default + +