Skip to content

Commit

Permalink
santoni: Enable v1.3 drm plugins
Browse files Browse the repository at this point in the history
Bug: 139134043
Test: MediaDrmTest
Change-Id: I7453b035ca29c7ee889d03de0d55e6d947b3cb77
  • Loading branch information
rjsh authored and bikramdmbd committed Oct 3, 2020
1 parent 0637919 commit 23f971a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ PRODUCT_PROPERTY_OVERRIDES += debug.hwui.use_buffer_age=false
PRODUCT_PACKAGES += \
[email protected] \
[email protected] \
android.hardware.drm@1.2-service.clearkey
android.hardware.drm@1.3-service.clearkey

# Ebtables
PRODUCT_PACKAGES += \
Expand Down
4 changes: 2 additions & 2 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<instance>widevine</instance>
<instance>clearkey</instance>
</interface>
<fqname>@1.2::ICryptoFactory/clearkey</fqname>
<fqname>@1.2::IDrmFactory/clearkey</fqname>
<fqname>@1.3::ICryptoFactory/clearkey</fqname>
<fqname>@1.3::IDrmFactory/clearkey</fqname>
<fqname>@1.2::ICryptoFactory/widevine</fqname>
<fqname>@1.2::IDrmFactory/widevine</fqname>
</hal>
Expand Down

0 comments on commit 23f971a

Please sign in to comment.