ANDROID: GKI: Update gki_defconfig for CONFIG_UBSAN_LOCAL_BOUNDS
In commit2d47c6956a("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:
committed by
Treehugger Robot
parent
6826bd7561
commit
1ffaaad78b
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user