From f0c75277aa31db86c4f52219ffe493d25d7d0040 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Mon, 19 Jul 2021 17:01:12 +0200 Subject: [PATCH] sm6250-common: Build DRM HIDL Change-Id: I51a46b9dd23b4de19708ad8ffbfba7f939230238 --- BoardConfigCommon.mk | 3 +++ atoll.mk | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 429fa2e..18ab816 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,6 +58,9 @@ TARGET_USES_GRALLOC4 := true TARGET_USES_HWC2 := true TARGET_USES_ION := true +# DRM +TARGET_ENABLE_MEDIADRM_64 := true + # Filesystem TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs diff --git a/atoll.mk b/atoll.mk index d8afb3b..0bd5daa 100644 --- a/atoll.mk +++ b/atoll.mk @@ -133,6 +133,10 @@ PRODUCT_PACKAGES += \ vendor.qti.hardware.display.mapper@3.0.vendor \ vendor.qti.hardware.display.mapper@4.0.vendor +# DRM +PRODUCT_PACKAGES += \ + android.hardware.drm@1.3-service.clearkey + # Rootdir PRODUCT_PACKAGES += \ init.qcom.early_boot.sh \