Upgrade the Target FCM version to 5 (Android Rvc)

PRODUCT_SHIPPING_API_LEVEL is 30 (Rvc) now.
Upgrade the Target FCM version to match the shipping api level.

TO-DO: Upgrade PRODUCT_SHIPPING_API_LEVEL to 31
       Upgrade the Target FCM version to 6

Test: $ m check-vintf-all
      The device is bootable.
Bug: 184714406
Change-Id: I72c7f490e9cb38d94f98071b302a4f465bf3281b
This commit is contained in:
Alex Hong 2021-04-12 23:24:31 +08:00
parent c2e1e46e2b
commit ec0510bd91
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<manifest version="1.0" type="device" target-level="3"> <manifest version="1.0" type="device" target-level="5">
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.audio</name> <name>android.hardware.audio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View file

@ -1,4 +1,4 @@
<manifest version="1.0" type="device" target-level="3"> <manifest version="1.0" type="device" target-level="5">
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.audio</name> <name>android.hardware.audio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View file

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

View file

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