Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49e64336 authored by Jooyung Han's avatar Jooyung Han
Browse files

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
parent 5b454f37
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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>