mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: gki_defconfig: enabled UAPI header compile testing
To ensure UAPI headers will compile standalone and can (later) be monitored for API/ABI stability, enable the feature accordingly. That seams like an additional overhead at compile time, but runs smoothly while we are waiting for the LTO link to finish :-) Bug: 73298553 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: Iae4f67f430ee2a3000f9f035aa0cd4392e72460f
This commit is contained in:
committed by
Alistair Delva
parent
9c94e67a33
commit
9465730798
@@ -1,3 +1,4 @@
|
||||
CONFIG_UAPI_HEADER_TEST=y
|
||||
CONFIG_LOCALVERSION="-mainline"
|
||||
CONFIG_AUDIT=y
|
||||
CONFIG_NO_HZ=y
|
||||
@@ -480,6 +481,7 @@ CONFIG_DMA_CMA=y
|
||||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
# CONFIG_ENABLE_MUST_CHECK is not set
|
||||
CONFIG_HEADERS_INSTALL=y
|
||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
CONFIG_DEBUG_STACK_USAGE=y
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
CONFIG_UAPI_HEADER_TEST=y
|
||||
CONFIG_LOCALVERSION="-mainline"
|
||||
# CONFIG_USELIB is not set
|
||||
CONFIG_AUDIT=y
|
||||
@@ -420,6 +421,7 @@ CONFIG_DMA_CMA=y
|
||||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
# CONFIG_ENABLE_MUST_CHECK is not set
|
||||
CONFIG_HEADERS_INSTALL=y
|
||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
CONFIG_DEBUG_STACK_USAGE=y
|
||||
|
||||
Reference in New Issue
Block a user