grus: Decommonize keymaster HAL VINTF entry

Change-Id: I8e931f5fcebc429d11477cbce92235b2330612e9
This commit is contained in:
Sebastiano Barezzi 2022-09-04 01:07:56 +02:00
parent 0ea44534c0
commit c33b861a43
No known key found for this signature in database
GPG Key ID: 3AB8DD0A9D920EFE
2 changed files with 10 additions and 0 deletions

View File

@ -17,5 +17,8 @@ TARGET_SCREEN_DENSITY := 440
# Kernel # Kernel
TARGET_KERNEL_CONFIG += xiaomi/grus.config TARGET_KERNEL_CONFIG += xiaomi/grus.config
# VINTF
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Inherit from the proprietary version # Inherit from the proprietary version
include vendor/xiaomi/grus/BoardConfigVendor.mk include vendor/xiaomi/grus/BoardConfigVendor.mk

7
manifest.xml Normal file
View File

@ -0,0 +1,7 @@
<manifest version="2.0" type="device">
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>
<fqname>@4.0::IKeymasterDevice/default</fqname>
</hal>
</manifest>