flo: Use keymaster@4.0

This commit is contained in:
followmsi 2021-11-22 16:37:03 +01:00
parent 65642af2ce
commit 73ec745e01
2 changed files with 3 additions and 3 deletions

View File

@ -132,8 +132,8 @@ PRODUCT_COPY_FILES += \
# Keymaster
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl \
android.hardware.keymaster@3.0-service
android.hardware.keymaster@4.0-impl \
android.hardware.keymaster@4.0-service
# Gatekeeper
PRODUCT_PACKAGES += \

View File

@ -154,7 +154,7 @@
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>
<version>3.0</version>
<version>4.0</version>
<interface>
<name>IKeymasterDevice</name>
<instance>default</instance>