msm8974-common: Define shipping FCM version in the manifest

Shipping API level less than 26 corresponds to legacy FCM version.

This addresses the following build warning:

   Warning: Shipping FCM Version is inferred from Shipping API level. Declare Shipping FCM Version in device manifest directly.

Change-Id: Ib230c345ff7deb552597824838b8809ceefbbe8a
This commit is contained in:
Bruno Martins 2020-09-29 22:18:32 +01:00 committed by Kevin F. Haggerty
parent d267ad8693
commit efb106815f
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

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