mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Adapt to DRM hal changes from 9820
- Update proprietary files list to include drm 1.4 hal - Also add missing entries on a10 proprietary files list - Build needed interface for drm 1.4 for vendor
This commit is contained in:
parent
cdc2de72fc
commit
4518c61696
4 changed files with 103 additions and 37 deletions
|
|
@ -78,7 +78,8 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.drm@1.4-service.clearkey \
|
||||
android.hardware.drm@1.1.vendor \
|
||||
android.hardware.drm@1.2.vendor \
|
||||
android.hardware.drm@1.3.vendor
|
||||
android.hardware.drm@1.3.vendor \
|
||||
android.hardware.drm@1.4.vendor
|
||||
|
||||
# Fingerprint
|
||||
TARGET_BOARD_HAS_FP ?= true
|
||||
|
|
|
|||
Loading…
Reference in a new issue