e3q: Add Widevine DRM

Change-Id: Icea8004d6b1c58bc868866202c5bcddb0949ee17
This commit is contained in:
David Wronek
2025-01-02 14:13:08 +01:00
parent edede5f61e
commit d903ef4be6
4 changed files with 61 additions and 3 deletions

View File

@@ -125,6 +125,14 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
# Doze
PRODUCT_PACKAGES += \
SamsungDoze
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm-service.clearkey
# fastbootd
PRODUCT_PACKAGES += \
android.hardware.fastboot@1.1-impl-mock \