AGo Go GMS requirement - Enable CONFIG_DM_VERITY_FEC

问题描述

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
..
+ select DM_VERITY_FEC
2. Release dependency with GMO
[kernel-x.y/drivers/md/Kconfig]
config DM_VERITY_FEC
..
- depends on !MTK_ENABLE_GMO

作者: RESSRC

个人资源站

发表评论

邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据