ANDROID: GKI: disable CONFIG_FORTIFY_SOURCE

This build option is broken for clang and upstream removed it in commit
eaafc59005 ("fortify: Explicitly disable Clang support") so we have to
also remove it for the gki defconfigs.

Fixes: eaafc59005 ("fortify: Explicitly disable Clang support")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I8d4a1d38b736ee1fd4a6febfbab4d1a3c1c4d351
This commit is contained in:
Greg Kroah-Hartman 2021-11-21 14:52:36 +01:00
parent 94097f9434
commit 4b64435629
2 changed files with 0 additions and 2 deletions

View File

@ -638,7 +638,6 @@ CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_HARDENED_USERCOPY=y
# CONFIG_HARDENED_USERCOPY_FALLBACK is not set
CONFIG_FORTIFY_SOURCE=y
CONFIG_STATIC_USERMODEHELPER=y
CONFIG_STATIC_USERMODEHELPER_PATH=""
CONFIG_SECURITY_SELINUX=y

View File

@ -571,7 +571,6 @@ CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_HARDENED_USERCOPY=y
# CONFIG_HARDENED_USERCOPY_FALLBACK is not set
CONFIG_FORTIFY_SOURCE=y
CONFIG_STATIC_USERMODEHELPER=y
CONFIG_STATIC_USERMODEHELPER_PATH=""
CONFIG_SECURITY_SELINUX=y