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 \