mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: Remove legacy drm hal V1.0
We no longer need drm plugins
This commit is contained in:
parent
3cefd465e9
commit
f7c01f23cc
2 changed files with 0 additions and 4 deletions
|
|
@ -32,8 +32,6 @@
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.drm</name>
|
<name>android.hardware.drm</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@1.0::ICryptoFactory/default</fqname>
|
|
||||||
<fqname>@1.0::IDrmFactory/default</fqname>
|
|
||||||
<fqname>@1.4::ICryptoFactory/widevine</fqname>
|
<fqname>@1.4::ICryptoFactory/widevine</fqname>
|
||||||
<fqname>@1.4::IDrmFactory/widevine</fqname>
|
<fqname>@1.4::IDrmFactory/widevine</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
|
|
|
||||||
|
|
@ -73,8 +73,6 @@ PRODUCT_PACKAGES += eklogger
|
||||||
|
|
||||||
# DRM
|
# DRM
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.drm@1.0-impl \
|
|
||||||
android.hardware.drm@1.0-service \
|
|
||||||
android.hardware.drm@1.4-service.clearkey \
|
android.hardware.drm@1.4-service.clearkey \
|
||||||
android.hardware.drm@1.4.vendor
|
android.hardware.drm@1.4.vendor
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue