g12-common: Build Widevine DRM HAL dependencies
authorBruno Martins <bgcngm@gmail.com>
Wed, 25 Oct 2023 13:14:20 +0000 (14:14 +0100)
committerBruno Martins <bgcngm@gmail.com>
Wed, 25 Oct 2023 15:44:48 +0000 (16:44 +0100)
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

g12.mk

diff --git a/g12.mk b/g12.mk
index 94c440324d73398e05f45a9ca592c994808554d3..0a4c84f6c4b4a2d6d31ed7b16e6a998f56c2b093 100644 (file)
--- 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)