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
This commit is contained in:
Yifan Hong
2017-12-11 16:07:31 -08:00
parent 3a353e73bb
commit 2b012dfbf3
4 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>