Upgrade VINTF Target FCM level from 6 to 7

Target FCM level 7 requires the newer version of the following HALs.
1. android.hardware.biometrics.face
2. android.hardware.biometrics.fingerprint
3. android.hardware.dumpstate
4. android.hardware.gnss
5. android.hardware.radio.config

Temporarily add the older version of these HALs into the customized product FCM
to claim we are still using the older version and bypass the build breakage.
We will check about how to handle these HALs later.

Test: m check-vintf-all
      run vts -m vts_treble_vintf_vendor_test
Bug: 207076973
Change-Id: I4582385b4d0588ce7310d6ecf59ce0834b7c95c2
This commit is contained in:
Alex Hong 2022-03-07 23:31:09 +08:00
parent 602c38c63f
commit b7d761b443
3 changed files with 40 additions and 5 deletions

View file

@ -1,4 +1,4 @@
<manifest version="1.0" type="device" target-level="6">
<manifest version="1.0" type="device" target-level="7">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
@ -160,5 +160,4 @@
<instance>default</instance>
</interface>
</hal>
<kernel target-level="6"/>
</manifest>