grus: Decommonize keymaster HAL VINTF entry
Change-Id: I8e931f5fcebc429d11477cbce92235b2330612e9
This commit is contained in:
parent
0ea44534c0
commit
c33b861a43
|
@ -17,5 +17,8 @@ TARGET_SCREEN_DENSITY := 440
|
|||
# Kernel
|
||||
TARGET_KERNEL_CONFIG += xiaomi/grus.config
|
||||
|
||||
# VINTF
|
||||
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
||||
|
||||
# Inherit from the proprietary version
|
||||
include vendor/xiaomi/grus/BoardConfigVendor.mk
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue