ANDROID: GKI: Remove CONFIG_UBSAN_SIGNED_WRAP from gki_defconfig

In commit 984830d902 ("lib/Kconfig.ubsan: Remove 'default UBSAN' from
UBSAN_INTEGER_WRAP"), the dependancy on UBSAN was removed, so we can
remove the explicity "not set" value of CONFIG_UBSAN_SIGNED_WRAP from
the gki_defconfig files now.

This fixes the build as `savedefconfig` shows a difference without this.

Change-Id: I04c2e18746070ccfbfc02a7f790836a50d7e6e31
Fixes: 984830d902 ("lib/Kconfig.ubsan: Remove 'default UBSAN' from UBSAN_INTEGER_WRAP")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2025-05-21 05:19:08 +00:00
parent db596bb60e
commit 452a0ec59d
2 changed files with 0 additions and 2 deletions

View File

@@ -785,7 +785,6 @@ CONFIG_HEADERS_INSTALL=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_UBSAN=y
CONFIG_UBSAN_TRAP=y
# CONFIG_UBSAN_SIGNED_WRAP is not set
# CONFIG_UBSAN_BOOL is not set
# CONFIG_UBSAN_ENUM is not set
CONFIG_PAGE_OWNER=y

View File

@@ -692,7 +692,6 @@ CONFIG_HEADERS_INSTALL=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_UBSAN=y
CONFIG_UBSAN_TRAP=y
# CONFIG_UBSAN_SIGNED_WRAP is not set
# CONFIG_UBSAN_BOOL is not set
# CONFIG_UBSAN_ENUM is not set
CONFIG_PAGE_OWNER=y