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

Commit 774a9c0f authored by Vincent Wang's avatar Vincent Wang
Browse files

Update biometrics HAL interface version(2/2)

In order to pass fold/unfold information to HAL during face auth,
add a new filed into OperationContext.aidl and update biometric
HAL interface version

Test: Build pass
Bug: 305284901
Change-Id: I886440a6332ba8c2555b29322c05f27edb7a5d44
parent 862c1229
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<manifest version="1.0" type="device">
    <hal format="aidl">
        <name>android.hardware.biometrics.fingerprint</name>
        <version>3</version>
        <version>4</version>
        <fqname>IFingerprint/virtual</fqname>
    </hal>
</manifest>
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@
    </hal>
    <hal format="aidl" optional="true" updatable-via-apex="true">
        <name>android.hardware.biometrics.fingerprint</name>
        <version>3</version>
        <version>3-4</version>
        <interface>
            <name>IFingerprint</name>
            <instance>default</instance>