mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
Revert "universal7885: Enable AIDL DRM HALs"
This reverts commit 380475026d.
- Clearkey init fails
- Also address DRM widevine denial
This commit is contained in:
parent
1c6d1f2678
commit
b3cd2cf207
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ allow hal_drm_widevine vendor_data_file:file create_file_perms;
|
|||
|
||||
allow hal_drm_widevine cpk_efs_file:file r_file_perms;
|
||||
allow hal_drm_widevine efs_file:dir search;
|
||||
allow hal_drm_widevine efs_file:lnk_file r_file_perms;
|
||||
|
||||
allow hal_drm_widevine drm_device:chr_file { read write open ioctl };
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ PRODUCT_PACKAGES += eklogger dlopener
|
|||
|
||||
# DRM
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.drm-service.clearkey \
|
||||
android.hardware.drm@1.4-service.clearkey \
|
||||
android.hardware.drm@1.4.vendor
|
||||
|
||||
# Fingerprint
|
||||
|
|
|
|||
Loading…
Reference in a new issue