ANDROID: GKI: Update gki_defconfig for CONFIG_UBSAN_LOCAL_BOUNDS

In commit 2d47c6956a ("ubsan: Tighten UBSAN_BOUNDS on GCC"), the
dependancies for CONFIG_UBSAN_LOCAL_BOUNDS changed, so there is no need
to explicitly enable it in the gki_defconfig files.

So remove it from the gki_defconfig files, which fixes the build.

Fixes: 2d47c6956a ("ubsan: Tighten UBSAN_BOUNDS on GCC")
Change-Id: I16b2ac370150ad02fd8975051ae992d5a96239e6
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-07-19 17:17:44 +00:00
committed by Treehugger Robot
parent 6826bd7561
commit 1ffaaad78b
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -681,7 +681,6 @@ CONFIG_HEADERS_INSTALL=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_UBSAN=y
CONFIG_UBSAN_TRAP=y
CONFIG_UBSAN_LOCAL_BOUNDS=y
# CONFIG_UBSAN_SHIFT is not set
# CONFIG_UBSAN_BOOL is not set
# CONFIG_UBSAN_ENUM is not set
-1
View File
@@ -625,7 +625,6 @@ CONFIG_HEADERS_INSTALL=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_UBSAN=y
CONFIG_UBSAN_TRAP=y
CONFIG_UBSAN_LOCAL_BOUNDS=y
# CONFIG_UBSAN_SHIFT is not set
# CONFIG_UBSAN_BOOL is not set
# CONFIG_UBSAN_ENUM is not set
-1
View File
@@ -633,7 +633,6 @@ CONFIG_HEADERS_INSTALL=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_UBSAN=y
CONFIG_UBSAN_TRAP=y
CONFIG_UBSAN_LOCAL_BOUNDS=y
# CONFIG_UBSAN_SHIFT is not set
# CONFIG_UBSAN_BOOL is not set
# CONFIG_UBSAN_ENUM is not set