mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Mark keymint HAL and its friends as updatable-via-apex
Cuttlefish implementation for these HALs are moved into an APEX along with VINTF fragments. Hence we need to mark them so in FCM. Bug: 197988234 Test: aosp_cf_x64_64_phone boots keymint service starts from apex Change-Id: I669ef4e215abc203f51bb21b7251aff601531ac7
This commit is contained in:
@@ -392,7 +392,7 @@
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<hal format="aidl" optional="true" updatable-via-apex="true">
|
||||
<name>android.hardware.security.keymint</name>
|
||||
<version>1-3</version>
|
||||
<interface>
|
||||
@@ -401,7 +401,7 @@
|
||||
<instance>strongbox</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<hal format="aidl" optional="true" updatable-via-apex="true">
|
||||
<name>android.hardware.security.keymint</name>
|
||||
<version>1-3</version>
|
||||
<interface>
|
||||
@@ -605,7 +605,7 @@
|
||||
<regex-instance>SIM[1-9][0-9]*</regex-instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<hal format="aidl" optional="true" updatable-via-apex="true">
|
||||
<name>android.hardware.security.secureclock</name>
|
||||
<version>1</version>
|
||||
<interface>
|
||||
@@ -613,7 +613,7 @@
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="aidl" optional="true">
|
||||
<hal format="aidl" optional="true" updatable-via-apex="true">
|
||||
<name>android.hardware.security.sharedsecret</name>
|
||||
<version>1</version>
|
||||
<interface>
|
||||
|
||||
Reference in New Issue
Block a user