From acf7ba2b074e4d3634542c63bf36259fe9f32b3c Mon Sep 17 00:00:00 2001 From: Ramji Jiyani Date: Wed, 12 Jan 2022 01:03:40 +0000 Subject: [PATCH] ANDROID: GKI: Do not force select MODULE_SIG_ALL CONFIG_MODULE_SIG_ALL needs to be set for gki_defconig, but will require an override via device fragments to avoid signing the vendor modules at build-time. It defaults to 'y' so no need to explicitly set for gki_defconfig. Bug: 200082547 Bug: 214445388 Fixes: 9ab6a242258a ("ANDROID: GKI: Add module load time protected symbol lookup") Test: TH, manual builds including P21 mainline Signed-off-by: Ramji Jiyani Change-Id: Iafc0936b5e7bfb781b28642d1ec233a7fcf85f09 --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index b3c1abcf93f3..4a790cb97c4f 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -2199,7 +2199,6 @@ config MODULE_SIG_FORCE config MODULE_SIG_PROTECT bool "Android GKI module protection" depends on MODULE_SIG && !MODULE_SIG_FORCE - select MODULE_SIG_ALL help Enables Android GKI symbol and export protection support.