Specify FCM Version in compatibility matrices.
FCM Version should not be tied to the name of the file. Test: boots Bug: 69636193 Change-Id: Ic199f3f479dfdc3a2309a28dc546d4a79fba2d52 Merged-In: Ic199f3f479dfdc3a2309a28dc546d4a79fba2d52
This commit is contained in:
parent
48952110c7
commit
e6ce990acb
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<compatibility-matrix version="1.0" type="framework">
|
||||
<compatibility-matrix version="1.0" type="framework" level="1">
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.audio</name>
|
||||
<version>2.0</version>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<compatibility-matrix version="1.0" type="framework">
|
||||
<compatibility-matrix version="1.0" type="framework" level="2">
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.audio</name>
|
||||
<version>2.0</version>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<compatibility-matrix version="1.0" type="framework">
|
||||
<compatibility-matrix version="1.0" type="framework" level="3">
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.audio</name>
|
||||
<version>2.0</version>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<compatibility-matrix version="1.0" type="framework">
|
||||
<compatibility-matrix version="1.0" type="framework" level="legacy">
|
||||
<hal format="hidl" optional="false">
|
||||
<name>android.hardware.audio</name>
|
||||
<version>2.0</version>
|
||||
|
|
Loading…
Reference in a new issue