From 40c3f033cddb3c08f0ca11aa7117b3710a331be4 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 4cb701939c7d..58fc5ccfbfd6 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -2200,7 +2200,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.