diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2022-07-27 01:29:00 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-08-06 19:01:37 +0200 |
commit | e78339eabf49dfee7090b7f5b2e09f3f5b4f34a1 (patch) | |
tree | 8036befc54d53b430177811456ed45246588c060 /msm8996.mk | |
parent | 199ad67f5e5ab639317d09bcc98ed73a328284f7 (diff) |
msm8996-common: Build drm 1.2
* F linker : CANNOT LINK EXECUTABLE "/vendor/bin/hw/android.hardware.drm@1.2-service.widevine": library "android.hardware.drm@1.2.so" not found: needed by main executable
Change-Id: Ibfab6bd1ddbbe9724c194d9efc485f563e3748e6
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -208,6 +208,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.drm@1.0-impl:64 \ android.hardware.drm@1.0-service \ + android.hardware.drm@1.2.vendor \ android.hardware.drm@1.3-service.clearkey # For config.fs |