[DESCRIPTION]
android.security.cts.KernelSettingsTest#testNoConfigGz fail
junit.framework.AssertionFailedError: /proc/config.gz is readable. Please recompile your kernel with CONFIG_IKCONFIG_PROC disabled
[SOLUTION]
这个是用来看kernel 的config /proc/config.gz 解压后可以看到所有的kernel config的设定 所以这是用于debug 用的,在User 版本上应该要关闭。
userdebug版本,默认CONFIG_IKCONFIG_PROC=y, user版本默认CONFIG_IKCONFIG_PROC is not set.