Merge "Retroactively add identity V2 to 5.xml." am: 98bdd3c979
am: b588fc9f24
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1606757 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib1fd9e54553206657853d049b927eaf84266c28c
This commit is contained in:
commit
a0c714760f
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue