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 <ramjiyani@google.com>
Change-Id: Iafc0936b5e7bfb781b28642d1ec233a7fcf85f09
This commit is contained in:
Ramji Jiyani
2022-01-12 01:03:40 +00:00
parent 3251a051a2
commit acf7ba2b07

View File

@@ -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.