ANDROID: GKI: Remove CONFIG_UBSAN_SIGNED_WRAP from gki_defconfig
In commit984830d902("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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user