mirror of
https://github.com/LineageOS/android_device_xiaomi_grus.git
synced 2024-11-27 03:55:41 +00:00
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
|
# 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
7
manifest.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user