Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6a7bf3d authored by Jackeagle's avatar Jackeagle Committed by Jackeagle
Browse files

FP3: Add missing Widevine DRM dependencies

The widevine service binary requires the legacy DRM HIDL libraries to function, but they are missing from the vendor image.

This fixes the following linker error on boot:
  linker  : CANNOT LINK EXECUTABLE "/vendor/bin/hw/android.hardware.drm@1.3-service.widevine": library "android.hardware.drm@1.0.so" not found: needed by main executable

Change-Id: I0ed424e36665e0baa53ee7439f12efec8e3dd806
parent f9715880
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -263,7 +263,8 @@ PRODUCT_VENDOR_PROPERTIES += ro.hardware.egl=adreno
# DRM
PRODUCT_PACKAGES += \
    android.hardware.drm-V1-ndk.vendor \
    android.hardware.drm-service.clearkey
    android.hardware.drm-service.clearkey \
    android.hardware.drm@1.3.vendor

PRODUCT_VENDOR_PROPERTIES += \
    drm.service.enabled=true