flox: Build DRM HIDL HAL interface

Change-Id: I10d5a1cd3a09be132f56fe59a2667236df3cb594
This commit is contained in:
Luca Stefani 2017-08-24 01:43:10 +08:00 committed by surblazer
parent b447e455cf
commit fb0781e2a9
2 changed files with 15 additions and 1 deletions

View File

@ -82,7 +82,8 @@ PRODUCT_PACKAGES += \
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl
android.hardware.drm@1.0-impl \
android.hardware.drm@1.0-service
# VNDK
PRODUCT_COPY_FILES += \

View File

@ -169,6 +169,19 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ICryptoFactory</name>
<instance>default</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport>