问题描述
The anouncemnt from Google AGO team
Hi Go partners, adding to this note to answer some of your questions:
CONFIG_DM_VERITY_FEC=y
* O-Go devices will also benefit from this change. You should make this change for all devices.
* Q-Go config guide will recommend CONFIG_DM_VERITY_FEC=y when the guide is released in the near future.
----------------------
as a reminder the approval window for O-Go build will close on Oct 31 (2019.10.31)
See section 1.2 on the GMS help website
解决方案
Please request your CPM with CR ALPS04719576.
1. Force enable(select DM_VERITY_FEC)
[kernel-x.y/drivers/staging/android/Kconfig]
config MTK_ENABLE_AGO
bool "Enable/Disable A-Go related feautre"
default n
bool "Enable/Disable A-Go related feautre"
default n
..
+ select DM_VERITY_FEC
2. Release dependency with GMO
[kernel-x.y/drivers/md/Kconfig]
config DM_VERITY_FEC
..
- depends on !MTK_ENABLE_GMO