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

Commit a13b0354 authored by Yifan Hong's avatar Yifan Hong
Browse files

Retroactively add identity V2 to 5.xml.

Identity V2 is introduced in R, but Android R VINTF does not support AIDL
versions. Hence, we only specify identity V2 in compatibility_matrix.5.xml
in Android S+ branches. In Andorid R branches, the matrix implicitly
specifies V1. SingleManifestTest.ManifestAidlHalsServed has an exemption
for this.

Bug: 178458001
Test: pass
Change-Id: Iaf6947a31cc34d81d3a1d6655b85af00baab90f3
parent 8548f574
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -256,6 +256,13 @@
    </hal>
    <hal format="aidl" optional="true">
        <name>android.hardware.identity</name>
        <!--
          b/178458001: identity V2 is introduced in R, but Android R VINTF does not support AIDL
          versions. Hence, we only specify identity V2 in compatibility_matrix.5.xml in Android S+
          branches. In Android R branches, the matrix implicitly specifies V1.
          SingleManifestTest.ManifestAidlHalsServed has an exemption for this.
        -->
        <version>1-2</version>
        <interface>
            <name>IIdentityCredentialStore</name>
            <instance>default</instance>