From: Bruno Martins Date: Wed, 25 Oct 2023 13:14:20 +0000 (+0100) Subject: g12-common: Build Widevine DRM HAL dependencies X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=71f5e15a0ebcbd1a098f32fa7a5be945ed4cbd9b;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_amlogic_g12-common.git g12-common: Build Widevine DRM HAL dependencies The vendor variants of android.hardware.drm@1.[0-4] are no longer implicitly built since the migration to AIDL ClearKey DRM HAL. Change-Id: I79c69e93e27f3c2f4a1c6f7acf5f013ee8f6cd03 --- diff --git a/g12.mk b/g12.mk index 94c4403..0a4c84f 100644 --- a/g12.mk +++ b/g12.mk @@ -145,6 +145,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.usb.gadget@1.2.vendor +## Widevine DRM +PRODUCT_PACKAGES += \ + android.hardware.drm@1.4.vendor + ## Inherit from the main common tree product makefile $(call inherit-product, device/amlogic/common/amlogic.mk)