matisse-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:
parent
ee96b8b34d
commit
5a9c9ca194
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<manifest version="1.0" type="device" target-level="legacy">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.light</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
Loading…
Reference in a new issue